A 3-way string comparison function.
The first string of interest.
The second string of interest.
-1 if a < b, else 1 if a > b, else 0.
-1
a < b
1
a > b
0
A 3-way string comparison function.