MCPcopy Create free account
hub / github.com/ReadyTalk/avian / group

Method group

classpath/java/util/regex/Matcher.java:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 public String group() {
92 return input.subSequence(start, end).toString();
93 }
94
95 public int start(int group) {
96 if (group == 0) {

Callers 6

expectGroupsMethod · 0.95
expectFindMethod · 0.95
makeThreadMethod · 0.45
makeThreadMethod · 0.45
runThreadMethod · 0.45
makeThreadMethod · 0.45

Calls 2

toStringMethod · 0.65
subSequenceMethod · 0.65

Tested by 2

expectGroupsMethod · 0.76
expectFindMethod · 0.76