Operators

ge

Supported By

Syntax

expression ge expression

Description

The ge operator compares the two given values as strings. If the first string is greater than or equal to the second, the ge operator evaluates to true. If the first string is less than the second, the ge operator evaluates to false.

Note

String comparison is case-insensitive. For case-sensitive comparison, use the csstrcmp function.

Compatibility

The ge operator is no longer available in OpenXION 1.4 and later.

See Also

>, >=, gt, between, increasing, ascending, strcmp, csstrcmp