Function quoted_pair

Source
fn quoted_pair<I, E>(input: I) -> IResult<I, char, E>
where I: Input, <I as Input>::Item: AsChar, E: ParseError<I>,
Expand description

QUOTED-PAIR = "\" ( HTAB / SP / VCHAR / obs-text )