MCPcopy Index your code
hub / github.com/benfry/processing4 / replaceString

Method replaceString

java/src/processing/mode/java/JavaEditor.java:2133–2135  ·  view source on GitHub ↗
(String str, int start, int end, String put)

Source from the content-addressed store, hash-verified

2131
2132
2133 static private String replaceString(String str, int start, int end, String put) {
2134 return str.substring(0, start) + put + str.substring(end);
2135 }
2136
2137
2138 //private int howManyInts(ArrayList<Handle> handles[])

Callers 2

initEditorCodeMethod · 0.95
automateSketchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected