Expand description
From https://github.com/Geal/nom/blob/main/examples/string.rs
Functionsยง
- Checks for supported code points.
- Parse a string. Use a loop of parse_fragment and push all of the fragments into an output string.
From https://github.com/Geal/nom/blob/main/examples/string.rs