char_is_lower_case


char_is_lower_case(c)
      

Return true if the character c is lower case, otherwise return false.

Examples:


char_is_lower_case(\a)
// true
      

Also see:

char_is_upper_case


Core Module Index | Contents