Go to the source code of this file.
|
std::string | strToLower (const std::string &f) |
|
std::string | strToUpper (const std::string &f) |
|
std::string | strToIdentifier (const std::string &f) |
|
std::string | trim (const std::string &s) |
|
bool | contains (std::string x, char v) |
|
bool | startsWith (std::string x, std::string y, bool caseInsensitive) |
|
std::vector< std::string > | split (const std::string &s, const std::string &sep) |
|
std::vector< std::string > & | operator<< (std::vector< std::string > &x, const char *v) |
|
std::vector< std::string >
::iterator | find_ci (std::vector< std::string > &v, const std::string &s) |
|
bool contains |
( |
std::string |
x, |
|
|
char |
v |
|
) |
| |
std::vector<std::string>::iterator find_ci |
( |
std::vector< std::string > & |
v, |
|
|
const std::string & |
s |
|
) |
| |
std::vector<std::string>& operator<< |
( |
std::vector< std::string > & |
x, |
|
|
const char * |
v |
|
) |
| |
std::vector<std::string> split |
( |
const std::string & |
s, |
|
|
const std::string & |
sep |
|
) |
| |
bool startsWith |
( |
std::string |
x, |
|
|
std::string |
y, |
|
|
bool |
caseInsensitive |
|
) |
| |
std::string strToIdentifier |
( |
const std::string & |
f | ) |
|
std::string strToLower |
( |
const std::string & |
f | ) |
|
std::string strToUpper |
( |
const std::string & |
f | ) |
|
std::string trim |
( |
const std::string & |
s | ) |
|