char_is_lower_case(c)
Return true if the character c is lower case, otherwise return false.
true
c
false
char_is_lower_case(\a) // true
Core Module Index | Contents