OpenBIMRL | General functions
Class path: text.lastIndexOf
Last index of
Description
Specifies the index at the last position of the character string in the text. -1 if none was found.
Input
Input | Name | Typ | Description |
---|---|---|---|
0 | String | Text | The text to be examined. |
1 | sub-String | Text | The character string to be searched for. |
Output
Output | Name | Typ | Description |
---|---|---|---|
0 | number | Integer | The index of the sub-string you are looking for. |