Function abnf_core::is_digit

source ·
pub fn is_digit(c: impl AsChar) -> bool
Expand description

0-9

DIGIT = %x30-39