Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...