ENDSWITH
Determines whether a given string ends with a specified substring
Last updated
Determines whether a given string ends with a specified substring
Last updated
ENDSWITH(string
, substring
)
Determines whether the given string
ends with the specified substring
Argument | Description |
| String(s) to search for |
| Substring(s) to search for at the end of |
Returns True if the string ends with the specified substring
, returns False otherwise