|
std::string | amrex::toLower (std::string s) |
| Converts all characters of the string into lower case based on std::locale. More...
|
|
std::string | amrex::toUpper (std::string s) |
| Converts all characters of the string into uppercase based on std::locale. More...
|
|
std::string | amrex::trim (std::string s, std::string const &space) |
|
std::string | amrex::Concatenate (const std::string &root, int num, int mindigits=5) |
| Returns rootNNNN where NNNN == num. More...
|
|
std::vector< std::string > | amrex::split (std::string const &s, std::string const &sep=" \t") |
| Split a string using given tokens in sep . More...
|
|