Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
expectGroups
Method · 0.95
expectFind
Method · 0.95
makeThread
Method · 0.45
makeThread
Method · 0.45
runThread
Method · 0.45
makeThread
Method · 0.45
Calls
2
toString
Method · 0.65
subSequence
Method · 0.65
Tested by
2
expectGroups
Method · 0.76
expectFind
Method · 0.76