pub fn is_uppercase(ch: char) -> bool
Return true for uppercase character, false otherwise.
true
false