MCPcopy Index your code
hub / github.com/Tencent/APIJSON / split

Method split

APIJSONORM/src/main/java/apijson/StringUtil.java:979–981  ·  view source on GitHub ↗

将s分割成String[] @param s @return

(String s)

Source from the content-addressed store, hash-verified

977 * @return
978 */
979 public static String[] split(String s) {
980 return split(s, null);
981 }
982 /**将s用split分割成String[]
983 * trim = true;
984 * @param s

Callers 15

splitPathMethod · 0.95
onObjectParseMethod · 0.95
onArrayParseMethod · 0.95
onJoinParseMethod · 0.95
replaceArrayChildPathMethod · 0.95
batchVerifyMethod · 0.95
executeMethod · 0.95
parseMethod · 0.95
AbstractObjectParserMethod · 0.95
parseMethod · 0.95
newSQLConfigMethod · 0.95
gainGroupStringMethod · 0.95

Calls 3

getMethod · 0.95
isEmptyMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected