Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ capitalize
Method
capitalize
java/lib/src/main/java/io/github/ccxt/Exchange.java:1118–1120 ·
view source on GitHub ↗
(Object str)
Source
from the content-addressed store, hash-verified
1116
// return Strings.Slice(s, start, end);
1117
// }
1118
public
String capitalize(Object str) {
1119
return
Strings.capitalize(str);
1120
}
1121
1122
public
String uuid22() {
1123
return
Strings.uuid22();
Callers
15
testCapitalize
Function · 0.95
constructor
Method · 0.95
defineRestApiEndpoint
Method · 0.95
defineRestApi
Method · 0.95
getResponseHeaders
Method · 0.95
handleOptionAndParams
Method · 0.95
handleOptionAndParams
Method · 0.95
createOrder
Method · 0.45
createTriggerOrderRequest
Method · 0.45
createOrderRequest
Method · 0.45
editOrdersRequest
Method · 0.45
createOrder
Method · 0.45
Calls
1
capitalize
Method · 0.95
Tested by
1
exchangeProp
Method · 0.36