StrFind
|
String manipulation |
SYNTAX | StrFind( string, substring ) |
RETURNS | NUMBER |
FUNCTION | The StrFind function finds first occurrence of substring in string. Returns 0 if not found, otherwise returns character index (one-based) of first occurrence. |
EXAMPLE | if( StrFind( Name(), ".L" ) )
|
SEE ALSO | StrExtract() function |
The StrFind function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.