Skip to main content

consume_single_quoted

Function consume_single_quoted 

Source
fn consume_single_quoted(bytes: &[u8], i: usize, len: usize) -> usize
Expand description

Consume a single-quoted string. i is the position after the opening '. Returns the position after the closing '.