|
5.1.38 find
Syntax:
find ( string_expression, substring_expression )
find ( string_expression, substring_expression, int_expression )
Type:
- int
Purpose:
- returns the first position of the substring
in the string or 0 (if not found),
starts the search at the position given in the 3rd argument.
Example:
See
string.
|