Skip to main content

Module utf8

Module utf8 

Source

Functionsยง

is_ascii_and
is_nonascii_or
space0_str
space1_str
take_utf8_while1
Parses the input as a sequence of UTF-8 characters that satisfy the predicate cond. If invalid UTF-8 is encountered, it is replaced by char::REPLACEMENT_CHARACTER and parsing continues.