Function core::char::is_lowercase[src]

pub fn is_lowercase(c: char) -> bool

Indicates whether a char is in lower case

This is defined according to the terms of the Unicode Derived Core Property 'Lowercase'.