Operators

doesn't contain

Supported By

Syntax

expression doesn't contain expression

Description

The doesn't contain operator evaluates to true if the string to the left of the operator does not contain the string to the right of the operator as a substring. Otherwise, it evaluates to false.

Note

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

Synonym

does not contain

See Also

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