char_is_numeric


char_is_numeric(c)
      

Return true if the character c is a digit, otherwise return false.

Examples:


char_is_numeric(\2)
// true
      

Also see:

char_is_alphabetic
char_is_whitespace
char_is_lower_case


Core Module Index | Contents