Last Updated: May 27, 2021
Use this function to get first index of search string in the input string.
Index Of (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.
Index Of (c, abcde)
To view all the Text functions, click here.