Skip to main content

parse_quoted_string_rest

Function parse_quoted_string_rest 

Source
fn parse_quoted_string_rest(s: &str) -> Result<(String, &str), String>
Expand description

Parse "escaped string" rest... returning (unescaped, rest).