Function many1Till

  • Just like manyTill, but fails unless at least one character of input is consumed.

    Type Parameters

    • T

    Parameters

    • parser: Parser<T>

      the stop parser

    Returns Parser<string>

    a parser that consumes the input string until the stop parser succeeds.

Generated using TypeDoc