Module nom::character[][src]

Expand description

Character specific parsers and combinators

Functions recognizing specific characters

Modules

Character specific parsers and combinators, complete input version.

Character specific parsers and combinators, streaming version

Functions

Tests if byte is ASCII alphabetic: A-Z, a-z

Tests if byte is ASCII alphanumeric: A-Z, a-z, 0-9

Tests if byte is ASCII digit: 0-9

Tests if byte is ASCII hex digit: 0-9, A-F, a-f

Tests if byte is ASCII newline: \n

Tests if byte is ASCII octal digit: 0-7

Tests if byte is ASCII space or tab