Function noneOf

  • Takes a string. Returns a parser that parses one character that's not any of the characters in the given string

    Parameters

    • chars: string

      string of characters to avoid

    Returns Parser<string>

    • parser that parses a character that is not in the given string

Generated using TypeDoc