Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
  • No labels