diff Core/Toolbox.h @ 608:0bedf8ff9288 find-move-scp

basic find scp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2013 18:07:55 +0200
parents 8c3573d28868
children 2d0a347e8cfc
line wrap: on
line diff
--- a/Core/Toolbox.h	Thu Oct 17 14:20:13 2013 +0200
+++ b/Core/Toolbox.h	Thu Oct 17 18:07:55 2013 +0200
@@ -108,5 +108,11 @@
     void UrlDecode(std::string& s);
 
     Endianness DetectEndianness();
+
+    std::string WildcardToRegularExpression(const std::string& s);
+
+    void TokenizeString(std::vector<std::string>& result,
+                        const std::string& source,
+                        char separator);
   }
 }