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

Method reset

classpath/java/util/regex/Matcher.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 public abstract boolean find(int start);
34
35 public Matcher reset() {
36 return reset(input);
37 }
38
39 public Matcher reset(CharSequence input) {
40 this.input = input;

Callers 2

MatcherMethod · 0.95
replaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected