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

Method toLowerCase

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

全部小写 @param s @return

(String s)

Source from the content-addressed store, hash-verified

1077 * @return
1078 */
1079 public static String toLowerCase(String s) {
1080 return toLowerCase(s, false);
1081 }
1082 /**全部小写
1083 * @param s
1084 * @return

Callers 1

firstCaseMethod · 0.45

Calls 2

trimMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected