Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
addSuffix
Method · 0.95
Calls
5
get
Method · 0.95
isEmpty
Method · 0.45
toUpperCase
Method · 0.45
toLowerCase
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected