MCPcopy Create free account
hub / github.com/comaps/comaps / MakeLowerCase

Function MakeLowerCase

libs/base/string_utils.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118UniString MakeLowerCase(UniString s)
119{
120 MakeLowerCaseInplace(s);
121 return s;
122}
123
124void MakeLowerCaseInplace(std::string & s)
125{

Callers 15

AddSynonymsMethod · 0.85
ValidateAndFormat_vkFunction · 0.85
ValidateFacebookPageFunction · 0.85
ValidateInstagramPageFunction · 0.85
ValidateTwitterPageFunction · 0.85
ValidateVkPageFunction · 0.85
ValidateLinePageFunction · 0.85

Calls 1

MakeLowerCaseInplaceFunction · 0.70

Tested by 1

UNIT_TESTFunction · 0.68