char_is_upper_case(c)
Return true if the character c is upper case, otherwise return false.
true
c
false
char_is_upper_case(\A) // true
Core Module Index | Contents