Expand description
Parsers related to character-level processing
Constants§
Functions§
- any_
char - Parser that matches any character in a string
- char
- Parser generator for parsers that recognize a single character
- line_
break - Parser that matches a line break (newline): LF or CRLF