ISBLANK           232 regex.cpp      #define ISBLANK(c) (ISASCII (c) && isblank (c))
ISBLANK           234 regex.cpp      #define ISBLANK(c) ((c) == ' ' || (c) == '\t')