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

Method toUpperCase

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

全部大写 @param s @return

(String s)

Source from the content-addressed store, hash-verified

1061 * @return
1062 */
1063 public static String toUpperCase(String s) {
1064 return toUpperCase(s, false);
1065 }
1066 /**全部大写
1067 * @param s
1068 * @param trim

Callers 2

isBooleanOrNumberMethod · 0.95
firstCaseMethod · 0.45

Calls 2

trimMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected