STARTSWITH

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 is greatDatrue
Datameer is greatDaffalse
Datameer is greatDatamtrue