static bool swicOneOf_trim(S s, Matches m, S... l) { for (S x : l) if (swic_trim(s, x, m)) true; false; }