MCPcopy 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

splitMethod · 0.95
getMatcherMethod · 0.45
replaceFirstMethod · 0.45
replaceAllMethod · 0.45
matchesMethod · 0.45

Calls

no outgoing calls

Tested by 1

getMatcherMethod · 0.36