Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ end
Method
end
vm/JavaAPI/src/java/util/regex/MatchResult.java:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
*/
12
public
interface
MatchResult {
13
public
int
end();
14
public
int
end(
int
group);
15
public
String group();
16
public
String group(
int
group);
Callers
15
close
Method · 0.65
close
Method · 0.65
capture.js
File · 0.65
_collect_jso_bridge_class_names
Function · 0.65
invoke2
Method · 0.65
invoke4
Method · 0.65
invoke13
Method · 0.65
_convert_line
Function · 0.65
scan_file
Function · 0.65
_transform_line
Function · 0.65
split_front_matter
Function · 0.65
bootstrap.min.js
File · 0.65
Implementers
1
Matcher
vm/JavaAPI/src/java/util/regex/Matcher
Calls
no outgoing calls
Tested by
no test coverage detected