Function manyWithJoin

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

    Type Parameters

    Parameters

    • parser: T

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

    Returns GeneralParser<string, any>

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

Generated using TypeDoc