#include <stringhelper.hpp>
|
static std::vector< std::string > | split (const std::string &str, const std::string &delimiters) |
|
static std::string | addPrefix (const std::string &prefix, const std::string &str) |
|
static std::string & | removeOccurrencesOfString (std::string &original_str, std::string &str_to_remove) |
|
static std::string & | removeOccurrencesOfChar (std::string &original_str, char char_to_remove) |
|
Definition at line 41 of file stringhelper.hpp.
static std::string StringHelper::addPrefix |
( |
const std::string & |
prefix, |
|
|
const std::string & |
str |
|
) |
| |
|
inlinestatic |
static std::string& StringHelper::removeOccurrencesOfChar |
( |
std::string & |
original_str, |
|
|
char |
char_to_remove |
|
) |
| |
|
inlinestatic |
static std::string& StringHelper::removeOccurrencesOfString |
( |
std::string & |
original_str, |
|
|
std::string & |
str_to_remove |
|
) |
| |
|
inlinestatic |
static std::vector<std::string> StringHelper::split |
( |
const std::string & |
str, |
|
|
const std::string & |
delimiters |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: