char_downcase


char_downcase(c)
      

Return lowercase counterpart of the character c.

Examples:


char_downcase(\H)
// \h
      

Also see:

char_upcase
char_is_lower_case


Core Module Index | Contents