static Matcher safeRegexpPossiblyIC(bool ignoreCase, S pat, S s) { ret ignoreCase ? safeRegexpIC(pat, s) : safeRegexp(pat, s); }