[go: up one dir, main page]

Function compare_ignore_case

Source
pub fn compare_ignore_case(left: &str, right: &str) -> Ordering
Expand description

Compares two strings case-insensitively. It skips any Unicode whitespaces and handles a series of decimal digits.