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