static LS linesContainingRegexpIC(S regexp, Iterable l) { ret filter(l, s -> regexpFindIC(regexp, s)); }