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

Method firstCase

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

@param key

(String key)

Source from the content-addressed store, hash-verified

1037 * @param key
1038 */
1039 public static String firstCase(String key) {
1040 return firstCase(key, false);
1041 }
1042 /**
1043 * @param key
1044 * @param upper

Callers 1

addSuffixMethod · 0.95

Calls 5

getMethod · 0.95
isEmptyMethod · 0.45
toUpperCaseMethod · 0.45
toLowerCaseMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected