MCPcopy 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
331bool SimpleString::containsNoCase(const SimpleString& other) const
332{
333 return lowerCase().contains(other.lowerCase());
334}
335
336bool SimpleString::startsWith(const SimpleString& other) const
337{

Callers 1

Calls 2

containsMethod · 0.80
lowerCaseMethod · 0.80

Tested by 1