MCPcopy Create free account
hub / github.com/Profactor/cv-plot / normaliseString

Method normaliseString

CvPlot/ext/catch2/inc/catch.hpp:15093–15095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15091 }
15092
15093 std::string WildcardPattern::normaliseString( std::string const& str ) const {
15094 return trim( m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str );
15095 }
15096}
15097// end catch_wildcard_pattern.cpp
15098// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 2

trimFunction · 0.85
toLowerFunction · 0.85

Tested by

no test coverage detected