[][src]Module combinedfun::str_parsers

Defines helpful parsers for parsing &strs.

Functions

not_one_of

Consumes and returns one character that is not in s.

one_of

Consumes and returns one character that is in s.

while_not_one_of

Records characters that are not in s.

while_one_of

Records characters that are in s.

ws

Records whitespace, including newlines.