Last Updated: May 10, 2022
Use this function to get last index of search string in the input string.
LastIndexOf (search_string, input)
Input Parameter Name | Description |
---|---|
search_string | search string |
input | input string |
Return value | Description |
---|---|
text | Returns the index |
Index starts with 0.
LastIndexOf (c, abcdc)
To view all the Text functions, click here.