Function iManyTillStr

  • Like manyTillStr, but case insensitive.

    Parameters

    • str: string

      the string to stop at

    Returns Parser<string>

    a parser that consumes the input string until the given string is found.

Generated using TypeDoc