PDFxTMDLib
1.0.0
|
#include <algorithm>
#include <cctype>
#include <locale>
Go to the source code of this file.
Namespaces | |
PDFxTMD | |
Functions | |
void | PDFxTMD::ltrim (std::string &s) |
void | PDFxTMD::rtrim (std::string &s) |
void | PDFxTMD::trim (std::string &s) |
std::string | PDFxTMD::ltrim_copy (std::string s) |
std::string | PDFxTMD::rtrim_copy (std::string s) |
std::string | PDFxTMD::trim_copy (std::string s) |
std::string | PDFxTMD::ToLower (const std::string &str) |
std::string | PDFxTMD::ToUpper (const std::string &str) |
bool | PDFxTMD::StartsWith (const std::string &str, const std::string &prefix) |