Skip to main content

case_fold

Function case_fold 

Source
fn case_fold(input: &str) -> String
Expand description

Per-character Unicode case fold. char::to_lowercase covers the common path; the full-fold expansions it omits (the German sharp s being the one that matters for email) are mapped explicitly.