Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
expectFind
Method · 0.95
replace
Method · 0.95
split
Method · 0.95
Calls
no outgoing calls
Tested by
1
expectFind
Method · 0.76