ENDSWITH

Syntax

ENDSWITH(<string>;<string>)

Description

Tests if this string ends with the specified suffix and returns a Boolean value.

Examples

Column1Column2ENDSWITH returns
replace.txttxttrue
This is a texttxtfalse
This is a txttxttrue