Function istr

  • Like str, but case insensitive.

    Type Parameters

    • const S extends string

    Parameters

    • s: S

      string to match on, case insensitive

    Returns Parser<S>

    • parser that matches the given string, case insensitive

Generated using TypeDoc