MCPcopy Create free account
hub / github.com/google/re2j / replace

Method replace

java/com/google/re2j/RE2.java:399–402  ·  view source on GitHub ↗
(String orig)

Source from the content-addressed store, hash-verified

397 src,
398 new ReplaceFunc() {
399 @Override
400 public String replace(String orig) {
401 return repl;
402 }
403 },
404 2 * src.length() + 1);
405 // TODO(afrozm): Is the reasoning correct, there can be at the most 2*len +1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected