Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ containsNoCase
Method
containsNoCase
src/CppUTest/SimpleString.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
bool SimpleString::containsNoCase(const SimpleString& other) const
332
{
333
return lowerCase().contains(other.lowerCase());
334
}
335
336
bool SimpleString::startsWith(const SimpleString& other) const
337
{
Callers
1
assertCstrNoCaseContains
Method · 0.80
Calls
2
contains
Method · 0.80
lowerCase
Method · 0.80
Tested by
1
assertCstrNoCaseContains
Method · 0.64