static bool ewic(S a, S b) { ret endsWithIgnoreCase(a, b); } static bool ewic(S a, S b, Matches m) { ret endsWithIgnoreCase(a, b, m); }