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