mirror of
https://github.com/frachop/hubic-backup.git
synced 2026-06-15 09:51:52 +02:00
@@ -46,6 +46,8 @@ static void EscapeRegex(std::string ®ex)
|
||||
boost::replace_all(regex, "+", "\\+");
|
||||
boost::replace_all(regex, "?", "\\?");
|
||||
boost::replace_all(regex, "/", "\\/");
|
||||
boost::replace_all(regex, "{", "\\{");
|
||||
boost::replace_all(regex, "}", "\\}");
|
||||
}
|
||||
|
||||
bool matchTextWithWildcards(const std::string &text, std::string wildcardPattern, bool caseSensitive /*= true*/)
|
||||
|
||||
Reference in New Issue
Block a user