Skip to main content

consume_dollar_quoted

Function consume_dollar_quoted 

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

Consume a dollar-quoted string. i is the position after the opening tag. Scans for the matching closing tag.