Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ EqualNoCase
Function
EqualNoCase
libs/base/string_utils.cpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
bool EqualNoCase(std::string const & s1, std::string const & s2)
320
{
321
return MakeLowerCase(s1) == MakeLowerCase(s2);
322
}
323
324
UniString MakeUniString(std::string_view utf8s)
325
{
Callers
2
UNIT_TEST
Function · 0.85
RunHttpRequest
Method · 0.85
Calls
1
MakeLowerCase
Function · 0.85
Tested by
1
UNIT_TEST
Function · 0.68