public class Test {
  public static void main(String[] args) { new StringBuilder("foobar").replace(1, 3, "x"); }
}
