static boolean startsWithIgnoreCase(S a, S b) { ret regionMatchesIC(a, 0, b, 0, b.length()); }