Skip to main content

parse_string

Function parse_string 

Source
pub fn parse_string(input: &str) -> IResult<&str, String>
Expand description

Parse a string. Use a loop of parse_fragment and push all of the fragments into an output string.