Functionsยง
- branch
- Branch into a parser when and only when encountering the
begin
pattern. - not_
containing - Parses any non-empty string that does not contain any of the patterns as a substring.
- not_
starting_ with - Parses a string until it diverges from all of the patterns.