Function compare_strings

Source
pub fn compare_strings(
    left: &str,
    right: &str,
    insensitive: bool,
    natural: bool,
) -> Ordering