From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/_string_tools_8h.html | 129 --------------------------------------------- 1 file changed, 129 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 96e4781..0000000 --- a/docs/_string_tools_8h.html +++ /dev/null @@ -1,129 +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