Function many1WithJoin

  • Same as many1, but joins the results into a single string.

    Parameters

    • parser: Parser<string>

      parser to run. The parser must return a string as its result.

    Returns Parser<string>

    • parser that runs the given parser one to many times, and returns the result as a single string

Generated using TypeDoc