Skip to main content

fold_char

Function fold_char 

Source
fn fold_char(c: char) -> char
Expand description

Lowercase c only if the result is a single char with the same encoded length; otherwise return c unchanged.