#include <string>#include <algorithm>#include <functional>#include <cctype>#include <locale>

Go to the source code of this file.
Namespaces | |
| namespace | Yosokumo |
Functions | |
| static std::string & | Yosokumo::ltrim (std::string &s) |
| String utility functions. | |
| static std::string & | Yosokumo::rtrim (std::string &s) |
| Trim right end of a string. | |
| static std::string & | Yosokumo::trim (std::string &s) |
| Trim both ends of a string. | |
| static bool | Yosokumo::endsWith (const std::string &fullString, const std::string &ending) |
| Test if a string ends with another string. | |
| static bool | Yosokumo::startsWith (const std::string &fullString, const std::string &start) |
| Test if a string starts with another string. | |
1.6.3