is_upper_case

Function is_upper_case 

Source
pub fn is_upper_case(c: char) -> bool
Expand description

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.