find
|
The find function returns the location of a match string found
in a target string. The find function is case sensitive
(upper and lower case letters do not match). If the match string is
not found, the Boolean value false is returned. The find
function may also be supplied with a vector of match strings instead
of just a single match string (up to 256 match strings are supported).
If a vector of match strings is supplied, then the find
function returns the location of the first match string found, and
sets the cdr of the match vector to the index of the match string
found.
Usage The find function is used to locate a match string in a target
String or Text.
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Vector | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|