pub fn parse_quoted_string<'a>(input: &mut &'a str) -> WResult<&'a str>
Parse a quoted string content with common escapes: " \ \n \t \r \xHH.