Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ matcher
Method
matcher
classpath/java/util/regex/Pattern.java:56–56 ·
view source on GitHub ↗
(CharSequence input)
Source
from the content-addressed store, hash-verified
54
}
55
56
public
abstract Matcher matcher(CharSequence input);
57
58
public
static
boolean matches(String regex, CharSequence input) {
59
return
Pattern.compile(regex).matcher(input).matches();
Callers
5
split
Method · 0.95
getMatcher
Method · 0.45
replaceFirst
Method · 0.45
replaceAll
Method · 0.45
matches
Method · 0.45
Calls
no outgoing calls
Tested by
1
getMatcher
Method · 0.36