Function std::char::is_uppercase

pub fn is_uppercase(c: char) -> bool

Indicates whether a character is in upper case, defined in terms of the Unicode General Category 'Lu'.