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