static boolean startsWithIgnoreCase(S a, S b) { ret a != null && a.regionMatches(true, 0, b, 0, b.length()); }