src/StringUtil.h File Reference

#include <string>
#include <algorithm>
#include <functional>
#include <cctype>
#include <locale>
Include dependency graph for StringUtil.h:
This graph shows which files directly or indirectly include this file:

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.
Generated on Mon May 13 09:19:11 2013 for C++ Yosokumo API by  doxygen 1.6.3