Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ UpperString
Function
UpperString
base/string/algorithm.h:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
inline std::string UpperString(const StringPiece& s)
280
{
281
std::string res = s.as_string();
282
StringToUpper(&res);
283
return res;
284
}
285
286
inline std::string LowerString(const StringPiece& s)
287
{
Callers
1
TEST
Function · 0.85
Calls
2
StringToUpper
Function · 0.85
as_string
Method · 0.80
Tested by
1
TEST
Function · 0.68