Skip to main content

parse_simple_quoted

Function parse_simple_quoted 

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

Parse a simple quoted string without escapes (read until next “).