gte

Returns whether this expression is greater than or equal to other.

Strings are compared lexicographically ("b" >= "a").


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

Strings are compared lexicographically ("b" >= "a").