Function skip_text

Source
fn skip_text<'a>(data: &'a [u8], text: &[u8]) -> Option<&'a [u8]>
Expand description

Skip the given text. Returns None if the text was not found