Example String find 001
|
This example shows the find function operating on two sets of string or text.
The find function compares the first string argument with the second string argument.
If the first string argument matches the second string argument, then the position of
the first argument string in the second string argument is returned. The user may
also specify the position in the second string argument where the search
will begin using an optional integer argument. If there is no match found,
then the Boolean value false is returned by the function.
Returns:
Also, these examples show that the comparison between the first string argument and the second string
argument is case-sensitive.
Returns:
Returns:
Here are examples of the find function at work.
String find 001 | String find 002 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
member(#void) | substring(#void) | mid(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
String
Vector
Integer
Analytic Information Server (AIS)AIS Component Systems
|