pub fn compare_ignore_case(left: &str, right: &str) -> Ordering
Compares two strings case-insensitively. It skips any Unicode whitespaces and handles a series of decimal digits.