Operators

doesn't start with

Supported By

Syntax

expression doesn't start with expression

Description

The doesn't start with operator evaluates to true if the string to the left of the operator does not start with the string to the right of the operator. Otherwise, it evaluates to false.

Note

The doesn't start with operator is case-insensitive. For case-sensitive comparison, use the csoffset function.

Synonyms

does not begin with, does not start with, doesn't begin with

See Also

does not contain, is not in, does not end with, contains, is in, starts with, ends with, offset, csoffset