pub const alpha: CharParser;
Matches any alphabetic character (see char::is_alphabetic). Returns a char.
char::is_alphabetic
char