Expand description
Parsing of ABNF Core Rules
Modules§
Functions§
- is_
alpha - A-Z / a-z
- is_bit
- BIT = “0” / “1” BIT = %x30 / %x31
- is_char
- Any 7-bit US-ASCII character, excluding NUL
- is_cr
- Carriage return
- is_ctl
- Controls
- is_
digit - 0-9
- is_
dquote - Double Quote (“)
- is_
hexdig - HEXDIG = DIGIT / “A” / “B” / “C” / “D” / “E” / “F”
- is_htab
- Horizontal tab
- is_lf
- Linefeed
- is_
octet - 8 bits of data
- is_sp
- Space
- is_
vchar - Visible (printing) characters
- is_wsp
- White space