Expand description
Parsers recognizing bytes streams
Modules
Parsers recognizing bytes streams, complete input version
Parsers recognizing bytes streams, streaming version
Functions
Matches one token
Matches a byte string with escaped characters.
Matches a byte string with escaped characters.
Recognizes a pattern
Recognizes a case insensitive pattern.
Returns an input slice containing the first N input elements (Input[..N]).
Returns the longest (at least 1) input slice till a pattern is met.
Returns the input slice up to the first occurrence of the pattern.
Returns the non empty input slice up to the first occurrence of the pattern.
Returns the longest input slice (if any) that matches the pattern
Returns the longest (at least 1) input slice that matches the pattern
Returns the longest (m <= len <= n) input slice that matches the pattern