Libraries anvil lang string compareToIgnoreCase

int compareToIgnoreCase(string other)
Compares this string and given string, lower- and uppercase characters are considered equal.
Returns -1 if this<other, 0 if this==other, 1 if this>other,