string.compare
Syntax
Compares two strings. Returns a value less than 0 if s1 < s2, 0 if they are the same, and greater than 0 if s1> s2.
Note that differs from the <, ==, and > operators in that this comparison is case-sensitive.
i - Result of string comparison
s1 - First string to compare. s2 - Second string to compare.
string.build
string.csv.from
9.1.13