REVFIND String Function
Use: | Finds the first occurrence of a specified character in a string, starting from the end (right side) of the string |
Syntax: |
|
Arguments: |
|
Returns: | If the character is found, its zero-based position in the string, starting from the beginning (left side) of the string -Or- -1 if the character is not found |
Example 1: | Result: 15 |
Example 2: | Result: -1 |