Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ split
Method
split
classpath/java/util/regex/Pattern.java:66–68 ·
view source on GitHub ↗
(CharSequence input)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
String[] split(CharSequence input) {
67
return
split(input, 0);
68
}
69
70
public
String[] split(CharSequence input,
int
limit) {
71
if
(limit <= 0) {
Callers
nothing calls this directly
Calls
10
matcher
Method · 0.95
size
Method · 0.95
find
Method · 0.95
add
Method · 0.95
start
Method · 0.95
end
Method · 0.95
toString
Method · 0.65
subSequence
Method · 0.65
length
Method · 0.65
toArray
Method · 0.65
Tested by
no test coverage detected