pub fn is_lowercase(ch: char) -> bool
Return true for lowercase character, false otherwise.
true
false