Expand description
From https://github.com/Geal/nom/blob/main/examples/string.rs
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.