| 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 |