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.