REG_ICASE 247 pcre/pcreposix.cpp if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; REG_ICASE 1232 pcre/pcretest.cpp if ((options & PCRE_CASELESS) != 0) cflags |= REG_ICASE;