Function is_uppercase

Source
pub fn is_uppercase(s: &str) -> bool
Expand description

Check if a string contains only uppercase characters.