NEXT_NOTWORD_CONSTRAINT  195 compat/regex/regex_internal.h #define NEXT_NOTWORD_CONSTRAINT 0x0008
NEXT_NOTWORD_CONSTRAINT  207 compat/regex/regex_internal.h   WORD_LAST = PREV_WORD_CONSTRAINT | NEXT_NOTWORD_CONSTRAINT,
NEXT_NOTWORD_CONSTRAINT  208 compat/regex/regex_internal.h   INSIDE_NOTWORD = PREV_NOTWORD_CONSTRAINT | NEXT_NOTWORD_CONSTRAINT,