Skip to main content

parse_quoted_string

Function parse_quoted_string 

Source
pub fn parse_quoted_string<'a>(input: &mut &'a str) -> WResult<&'a str>
Expand description

Parse a quoted string content with common escapes: " \ \n \t \r \xHH.