char_upcase


char_upcase(c)
      

Return uppercase counterpart of the character c.

Examples:


char_upcase(\h)
// \H
      

Also see:

char_downcase
char_is_upper_case


Core Module Index | Contents