Parameters (String, String);
Returns: Integer;
Gives the position of a character sequence within a string.
The first parameter is the source string.
The second parameter is the character sequence.
If the sequence is found, the zero based index of the first instance of the character string is returned. If not found, NULL is returned.
Example: STRPOS('Hello World','or') = 7
Comments
0 comments
Please sign in to leave a comment.