Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ Matcher
Method
Matcher
classpath/java/util/regex/Matcher.java:23–25 ·
view source on GitHub ↗
(CharSequence input)
Source
from the content-addressed store, hash-verified
21
protected
int
end;
22
23
public
Matcher(CharSequence input) {
24
reset(input);
25
}
26
27
public
abstract boolean matches();
28
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected