Parser.TrimStart<T> method

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

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

See Also