Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
isBooleanOrNumber
Method · 0.95
firstCase
Method · 0.45
Calls
2
trim
Method · 0.95
get
Method · 0.95
Tested by
no test coverage detected