ISDIGIT 251 regex.c #define ISDIGIT(c) (ISASCII(c) && isdigit(c)) ISDIGIT 47 ruby.h #define ISDIGIT(c) (ISASCII(c) && isdigit((unsigned char)(c)))