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