Function is_lowercase

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

Check if a string contains only lowercase characters.