STARTSWITH

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

String

Prefix

STARTSWITH returns

String

Prefix

STARTSWITH returns

Datameer is great

Da

true

Datameer is great

Daf

false

Datameer is great

Datam

true