compareText

compareText(x, y)

Compare two strings lexically. Comparison is case sensitive. Returns 1 when x > y, -1 when x < y, and 0 when x == y.

Try it yourself:

See also:
All functions