is_lower

Function is_lower 

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

Check if the codepoint is lowercase.

Should return the same result as char::is_lowercase.