static boolean startsWithIC(S a, S b) { ret startsWithIgnoreCase(a, b); }