MCPcopy 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
319bool EqualNoCase(std::string const & s1, std::string const & s2)
320{
321 return MakeLowerCase(s1) == MakeLowerCase(s2);
322}
323
324UniString MakeUniString(std::string_view utf8s)
325{

Callers 2

UNIT_TESTFunction · 0.85
RunHttpRequestMethod · 0.85

Calls 1

MakeLowerCaseFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68