String.RFind¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The string to check. | String |
||
Output ➡️ |
The index of the first occurence of the string specified, or -1 if the string is not found. | Int |
||
ToFind |
No | The string to find. | none |
String Var(String) |
Finds the last occurence of the string specified in the String parameter in the input string and outputs the index of the first occurence.