Last Updated: Sep 13, 2021
Use this function to check if input string starts with the given search string.
Starts With (search_string, input)
Input Parameter Name | Description |
---|---|
search_string | search string |
input | input string |
Return value | Description |
---|---|
text | Returns True or False |
Starts With (de, abcde)
To view all the Text functions, click here.