sbool ewicAny(S a, Cl b) { fOr (S suffix : b) if (ewic(a, suffix)) true; false; } ifclass Matches sbool ewicAny(S a, Cl b, Matches m) { fOr (S suffix : b) if (ewic(a, suffix, m)) true; false; } endif