static bool substringAtIs(S a, int i, S b) { ret regionMatches(a, i, b, 0, l(b)); }