ISBLANK 239 regex.c # define ISBLANK(c) (ISASCII(c) && isblank(c)) ISBLANK 241 regex.c # define ISBLANK(c) ((c) == ' ' || (c) == '\t')