From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_string_tools_8h.html | 153 --------------------------------------------- 1 file changed, 153 deletions(-) delete mode 100644 docs/_string_tools_8h.html (limited to 'docs/_string_tools_8h.html') diff --git a/docs/_string_tools_8h.html b/docs/_string_tools_8h.html deleted file mode 100644 index 3b4a074..0000000 --- a/docs/_string_tools_8h.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -tgbot-cpp: include/tgbot/tools/StringTools.h File Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
StringTools.h File Reference
-
-
-
#include <vector>
-#include <string>
-#include <sstream>
-
-

Go to the source code of this file.

- - - - -

-Namespaces

 StringTools
 
- - - - - - - - - - - - - - - -

-Functions

bool StringTools::startsWith (const std::string &str1, const std::string &str2)
 
bool StringTools::endsWith (const std::string &str1, const std::string &str2)
 
void StringTools::split (const std::string &str, char delimiter, std::vector< std::string > &dest)
 
std::string StringTools::generateRandomString (size_t length)
 
std::string StringTools::urlEncode (const std::string &value, const std::string &additionalLegitChars="")
 
std::string StringTools::urlDecode (const std::string &value)
 
std::vector< std::string > StringTools::split (const std::string &str, char delimiter)
 
-
-
- - - - -- cgit v1.2.3