Module chars

Module chars 

Source
Expand description

Utilities for working with (Unicode) characters and codepoints.

Functionsยง

graphemes
Returns an iterator over single-codepoint representations of each grapheme in the provided text.
is_upper_case
Checks if a character is upper case according to simple Unicode case folding.
normalize
Normalize a Unicode character by converting Latin characters which are variants of ASCII characters to their Latin equivalents.
to_lower_case
Converts a character to lower case using simple Unicode case folding.