Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ end
Method
end
classpath/java/util/regex/Matcher.java:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public
int
end() {
88
return
end;
89
}
90
91
public
String group() {
92
return
input.subSequence(start, end).toString();
Callers
1
split
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected