char_is_upper_case


char_is_upper_case(c)
      

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

Examples:


char_is_upper_case(\A)
// true
      

Also see:

char_is_lower_case


Core Module Index | Contents