static bool anyContainsIgnoreCase(Iterable strings, S pat) { ret any(strings, s -> containsIgnoreCase(s, pat)); }