Simplified ASCII strings case insensitve comparison.
- < 0 - when first string is lesser that the second - = 0 - when both string are equal - > 0 - when first string is greater than the second
See Implementation
Simplified ASCII strings case insensitve comparison.