Syntax
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 |
---|---|---|
Datameer X is great | Da | true |
Datameer X is great | Daf | false |
Datameer X is great | Datam | true |