Skip to main content

casefold_char

Function casefold_char 

Source
pub fn casefold_char(c: char, mode: CaseFoldMode) -> char
Expand description

Fold a single character using simple case folding.

Returns the folded character, or the input character unchanged if no folding applies.