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