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,