Module nom_unicode::streaming[][src]

Expand description

Nom streaming parsing API functions.

Functions

Recognizes zero or more lowercase and uppercase alphabetic Unicode characters.

Recognizes one or more lowercase and uppercase alphabetic Unicode characters.

Recognizes zero or more alphabetic and numeric Unicode characters.

Recognizes one or more alphabetic and numeric Unicode characters.

Recognizes zero or more ASCII characters.

Recognizes one or more ASCII characters.

Recognizes zero or more control Unicode characters.

Recognizes one or more control Unicode characters.

Recognizes zero or more numeric Unicode characters.

Recognizes one or more numeric Unicode characters.

Recognizes zero or more lowercase alphabetic Unicode characters.

Recognizes one or more lowercase alphabetic Unicode characters.

Recognizes zero or more whitespace Unicode characters.

Recognizes one or more whitespace Unicode characters.

Recognizes zero or more lowercase alphabetic Unicode characters.

Recognizes one or more lowercase alphabetic Unicode characters.