static IntRange regexpFindRangeIC(S pat, S s) { Matcher m = regexpMatcherIC(pat, s); ret m.find() ? IntRange(m.start(), m.end()) : null; }