ENDSWITH

Determines whether a given string ends with a specified substring

ENDSWITH(string, substring)

Determines whether the given string ends with the specified substring

Arguments

Output

Returns True if the string ends with the specified substring, returns False otherwise

Example

Last updated