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

Method replaceFirst

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

Source from the content-addressed store, hash-verified

48 }
49
50 public String replaceFirst(String replacement) {
51 return replace(replacement, 1);
52 }
53
54 protected String replace(String replacement, int limit) {
55 reset();

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.95

Tested by

no test coverage detected