Performs a case-insenstive comparison of two strings.
This function currently supports comparison of characters only within the ASCII character range.
- Parameters
-
a | First string. |
b | Second string. |
- Returns
- Positive if a is greater than b, negative if b is greater than a; otherwise zero.