Expand description
Module for Unicode scalar values
Traits§
- Infra
Scalar Value - Methods from the WHATWG Infra Standard for Unicode codepoints
Functions§
- is_
ascii_ tab_ newline - Checks if a codepoint is equivalent to one of three ASCII whitespace codepoints
- is_
c0_ control - Checks if a character is a C0 control, as originally defined by the ANSI X3.4 standard, and redefined by the WHATWG Infra Standard.
- is_
c0_ control_ space - Checks if a character is a C0 control or space (U+0020 SPACE).
- is_
noncharacter - Asserts a codepoint is a “noncharacter” based on a certain range of Unicode codepoints.