peberminta - v0.10.0
    Preparing search index...

    Function noneOf

    • Make a parser that matches and returns a character if it is absent in a given character samples string/array.

      Tokens expected to be individual characters/graphemes.

      Type Parameters

      • TOptions

      Parameters

      • chars: string | string[]

        An array (or a string) of all characters that are not acceptable.

      Returns Parser<string, TOptions, string>