| Syntax |
|
| Documentation | Returns the index of the last occurence of the specified substring in the given string:
substring, the substring end_index, a optional parameter to specify an offset of the string to stop searching at; defaults to the length of the string.
|
| Examples | |
Example 1
Result: position of the last occurence of character "F" between the length of "0" to "15": 4
Result: position of the last occurence of character "S" between the length of "0" to "1": 0
Result: position of the last occurence of character "Y" between the length of "0" to "13": -1 (unmatched) |
|
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 3 |