Function abnf_core::is_alpha

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

A-Z / a-z

ALPHA = %x41-5A / %x61-7A