Last Updated: Dec 10, 2020
Use this function to get the last index of the 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 |
To view all the Text functions, click here.