EPSILON_BIT 242 compat/regex/regex_internal.h OP_OPEN_SUBEXP = EPSILON_BIT | 0, EPSILON_BIT 243 compat/regex/regex_internal.h OP_CLOSE_SUBEXP = EPSILON_BIT | 1, EPSILON_BIT 244 compat/regex/regex_internal.h OP_ALT = EPSILON_BIT | 2, EPSILON_BIT 245 compat/regex/regex_internal.h OP_DUP_ASTERISK = EPSILON_BIT | 3, EPSILON_BIT 246 compat/regex/regex_internal.h ANCHOR = EPSILON_BIT | 4,