Parser.Trim<T> method

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

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

See Also