Operators

does not end with

Supported By

Syntax

expression does not end with expression

Description

The does not end with operator evaluates to true if the string to the left of the operator does not end with the string to the right of the operator. Otherwise, it evaluates to false.

Note

The does not end with operator is case-insensitive. For case-sensitive comparison, use the csoffset function.

Synonym

doesn't end with

See Also

does not contain, is not in, does not start with, contains, is in, starts with, ends with