static LS matchingRegexpsIC(Collection regexps, S s) { ret filter(regexps, re -> regexpICFind(re, s)); }