Versions Compared

Key

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

Syntax

STARTSWITH(<string>;<string>)

Description

Tests if this string starts with the specified prefix and returns a Boolean value. This command is case-sensitive.

Examples

StringPrefixSTARTSWITH returns
Datameer X is greatDatrue
Datameer X is greatDaffalse
Datameer X is greatDatamtrue

...