MatchesRegExp
return MatchesRegExp(string, caseSensitivity);
TrackerString::MatchesRegExp(const RegExp &expression) const
bool MatchesRegExp(const char*, bool caseSensitivity = true) const;
bool MatchesRegExp(const RegExp&) const;
bool MatchesRegExp(const RegExp*) const;
TrackerString::MatchesRegExp(const RegExp* expression) const