Alamo
|
Functions | |
int | ReplaceAll (std::string &str, const std::string before, const std::string after) |
int | ReplaceAll (std::string &str, const char before, const std::string after) |
std::string | Join (std::vector< std::string > &vec, char separator) |
std::string | Wrap (std::string text, unsigned per_line) |
std::vector< std::string > | Split (std::string &str, const char delim) |
bool | Contains (std::string &str, const std::string find) |
template<> | |
std::complex< int > | Parse (std::string input) |
bool Util::String::Contains | ( | std::string & | str, |
const std::string | find | ||
) |
std::string Util::String::Join | ( | std::vector< std::string > & | vec, |
char | separator | ||
) |
std::complex< int > Util::String::Parse | ( | std::string | input | ) |
int Util::String::ReplaceAll | ( | std::string & | str, |
const char | before, | ||
const std::string | after | ||
) |
int Util::String::ReplaceAll | ( | std::string & | str, |
const std::string | before, | ||
const std::string | after | ||
) |
std::vector< std::string > Util::String::Split | ( | std::string & | str, |
const char | delim | ||
) |