return s.replaceAll("for i=1, 10 {", "for (int i = 1; i <= 10; i++) {");