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

Method find

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

Source from the content-addressed store, hash-verified

27 public abstract boolean matches();
28
29 public boolean find() {
30 return find(end);
31 }
32
33 public abstract boolean find(int start);
34

Callers 3

expectFindMethod · 0.95
replaceMethod · 0.95
splitMethod · 0.95

Calls

no outgoing calls

Tested by 1

expectFindMethod · 0.76