Parser.Chars method

Maps a successfully parsed string into a successfully parsed collection of characters.

public static IParser<IReadOnlyList<char>> Chars(this IParser<string> textParser)

See Also