The input string to compare.
The value to compare against.
The mode to use for the comparison.
Returns a number indicating the result of the comparison, 0 if the strings are equal, -1 if the inputString is less than the value, and 1 if the inputString is greater than the value.
Compares the
inputStringto thevaluestring using the specifiedmode.