Just like manyTill, but fails unless at least one character of input is consumed.
manyTill
the stop parser
a parser that consumes the input string until the stop parser succeeds.
Generated using TypeDoc
Just like
manyTill
, but fails unless at least one character of input is consumed.