utf8proc_islower

Function utf8proc_islower 

Source
pub unsafe extern "C" fn utf8proc_islower(
    c: utf8proc_int32_t,
) -> c_int
Expand description

Given a codepoint c, return 1 if the codepoint corresponds to a lower-case character and 0 otherwise.