/
ENDSWITH
ENDSWITH
Syntax
Description
Tests if this string ends with the specified suffix and returns a Boolean value.
Examples
Column1 | Column2 | ENDSWITH returns |
---|---|---|
replace.txt | txt | true |
This is a text | txt | false |
This is a txt | txt | true |
, multiple selections available,
Related content
ENDSWITH
ENDSWITH
More like this
STARTSWITH
STARTSWITH
More like this
STARTSWITH
STARTSWITH
More like this
STARTSWITH
STARTSWITH
More like this
ISBLANK
ISBLANK
More like this
ISBLANK
ISBLANK
More like this