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