Make a parser that matches and returns a character if it is present in a given character samples string/array.
Tokens expected to be individual characters/graphemes.
An array (or a string) of all acceptable characters.
Generated using TypeDoc
Make a parser that matches and returns a character if it is present in a given character samples string/array.
Tokens expected to be individual characters/graphemes.