Module string_parser

Source
Expand description

Functionsยง

is_char_supported
Checks for supported code points.
parse_string
Parse a string. Use a loop of parse_fragment and push all of the fragments into an output string.