Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ compile
Method
compile
classpath/java/util/regex/Pattern.java:41–43 ·
view source on GitHub ↗
(String regex)
Source
from the content-addressed store, hash-verified
39
}
40
41
public
static
Pattern compile(String regex) {
42
return
compile(regex, 0);
43
}
44
45
public
static
Pattern compile(String regex,
int
flags) {
46
if
(flags != 0) {
Callers
6
getMatcher
Method · 0.95
expectSplit
Method · 0.95
split
Method · 0.95
replaceFirst
Method · 0.95
replaceAll
Method · 0.95
matches
Method · 0.95
Calls
no outgoing calls
Tested by
2
getMatcher
Method · 0.76
expectSplit
Method · 0.76