pub fn is_alphabetic(ch: char) -> bool
Return true for Alphabetic characters, false otherwise.
true
false