MCPcopy 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

getMatcherMethod · 0.95
expectSplitMethod · 0.95
splitMethod · 0.95
replaceFirstMethod · 0.95
replaceAllMethod · 0.95
matchesMethod · 0.95

Calls

no outgoing calls

Tested by 2

getMatcherMethod · 0.76
expectSplitMethod · 0.76