MCPcopy 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

matcherMethod · 0.95
sizeMethod · 0.95
findMethod · 0.95
addMethod · 0.95
startMethod · 0.95
endMethod · 0.95
toStringMethod · 0.65
subSequenceMethod · 0.65
lengthMethod · 0.65
toArrayMethod · 0.65

Tested by

no test coverage detected