Parser.AnyChar field

Parses any character; i.e. only fails at the end of the text.

public static readonly IParser<char> AnyChar;

See Also