lt

Returns whether this expression is strictly less than other.

Strings are compared lexicographically ("a" < "b").


Returns whether the left string expression is strictly less than the right string expression. An optional collator (see collator) can be specified to control locale-dependent string comparisons.

Strings are compared lexicographically ("a" < "b").