Skip to main content

compare_in

Function compare_in 

Source
pub fn compare_in(locale: &str, a: &str, b: &str) -> Ordering
Expand description

Compare two strings in locale’s collation order (untracked; accepts -u-co- extensions, e.g. "zh-u-co-stroke"). Falls back to code-point order if the locale has no collation data.

Day API ↩ Guides· daybrite.dev