#include <stringops.hpp>
List of all members.
Classes |
struct | ci |
Static Public Member Functions |
static bool | ciLess (const std::string &x, const std::string &y) |
static bool | ciEqual (const std::string &x, const std::string &y) |
static int | ciCompareLen (const std::string &x, const std::string &y, size_t len) |
static std::string & | toLower (std::string &inout) |
| Transforms input string to lower case w/o copy.
|
static std::string | lowerCase (const std::string &in) |
| Returns lower case copy of input string.
|
Member Function Documentation
Returns lower case copy of input string.
Transforms input string to lower case w/o copy.
The documentation for this class was generated from the following file: