REG_ICASE
#define REG_NEWLINE (REG_ICASE << 1)
regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB);
cflags |= REG_ICASE;
#ifndef REG_ICASE
#ifndef REG_ICASE
regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
cflags |= REG_ICASE;
flags |= REG_ICASE;