Parser.TrimEnd<T> method

Succeeds if the specified parser succeeds, ignoring any whitespace characters afterward.

public static IParser<T> TrimEnd<T>(this IParser<T> parser)

See Also