static int indexOfEntryMatchingAllRegexpsIC(Collection regexps, LS l) { ret indexOfFirstThat(l, s -> matchesAllRegexpsIC(regexps, s)); }