MCPcopy Create free account
hub / github.com/ReadyTalk/avian / replaceAll

Method replaceAll

classpath/java/util/regex/Matcher.java:46–48  ·  view source on GitHub ↗
(String replacement)

Source from the content-addressed store, hash-verified

44 }
45
46 public String replaceAll(String replacement) {
47 return replace(replacement, Integer.MAX_VALUE);
48 }
49
50 public String replaceFirst(String replacement) {
51 return replace(replacement, 1);

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.95

Tested by

no test coverage detected