ISLOWER 255 regex.c #define ISLOWER(c) (ISASCII(c) && islower(c)) ISLOWER 44 ruby.h #define ISLOWER(c) (ISASCII(c) && islower((unsigned char)(c)))