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.
- Returns a token that does not match the pattern
- Returns a token that matches the pattern
- Recognizes a pattern
- Recognizes a case insensitive pattern.
- Returns an input slice containing the first N input elements (Input[..N]).
- Returns the longest input slice (if any) till a pattern is met.
- 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