sbool containsAllRegexpsIC(Collection regexps, S s) { for unnull(S re : regexps) if (!regexpFindIC(re, s)) false; true; }