pub fn is_upper_case(c: char) -> bool
Checks if a character is upper case according to simple Unicode case folding.
If the unicode-casefold feature is disabled, the equivalent std function is used instead.
unicode-casefold