Zen API
|
Compares one string to another, only up to a maximum number of characters.
The result is negative if the string a is lexically less than string b, positive if string a is lexically greater than string b, and zero if they are equal.
This function performs comparison of UTF-8 encoded characters by Unicode code point.
a | First string. |
b | Second string. |
maxCount | Maximum number of characters to compare. |