static S curlyGroupFromIndex(S s, int i) { ret substring(s, 0, i) + "{" + substring(s, i) + "}"; }