Parser.AnyCharExcept method

Parses any character except the specified character.

public static IParser<char> AnyCharExcept(char ch)

See Also