1#ifndef TENDUKE_UTL_STRINGUTILS_H 
    2#define TENDUKE_UTL_STRINGUTILS_H 
   27        const std::string &
string,
 
   28        const std::string &suffix
 
   38        const std::string &
string,
 
 
String-utilities.
Definition StringUtils.h:18
 
bool startsWith(const std::string &string, const char *prefix)
Checks if string starts with given suffix.
Definition StringUtils.cpp:20
 
bool endsWith(const std::string &string, const std::string &suffix)
Checks if string ends with given suffix.
Definition StringUtils.cpp:8
 
Utilities.
Definition Base64Decoder.h:10
 
std::string toLowerCaseASCII(const std::string &string)
Returns a copy of provided ASCII-string converted to lower-case.
Definition StringUtils.cpp:27
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4