PDFxTMDLib  1.0.0
Namespaces | Functions
StringUtils.h File Reference
#include <algorithm>
#include <cctype>
#include <locale>
Include dependency graph for StringUtils.h:
This graph shows which files directly or indirectly include this file:

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)