char_is_numeric(c)
Return true if the character c is a digit, otherwise return false.
true
c
false
char_is_numeric(\2) // true
Core Module Index | Contents