| 15428 | } |
| 15429 | |
| 15430 | std::string WildcardPattern::normaliseString( std::string const& str ) const { |
| 15431 | return trim( m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str ); |
| 15432 | } |
| 15433 | } |
| 15434 | // end catch_wildcard_pattern.cpp |
| 15435 | // start catch_xmlwriter.cpp |