sprint 1-alpha
|
string algorithm More...
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Functions | |
template<class _S > | |
_S | sprint::trim (const _S &src) |
template<class _S > | |
_S | sprint::trim (const _S &src, int start) |
template<class _S > | |
_S | sprint::right_trim (const _S &src) |
bool | sprint::iequals (const char *a, const char *b) |
compare insensitive two zero-terminate char array | |
template<class _S > | |
bool | sprint::iequals (const _S &a, const char *b) |
compare insentive one string and a char array | |
template<class _S > | |
bool | sprint::iequals (const char *a, const _S &b) |
compare insentive one string and a char array | |
template<class _S > | |
bool | sprint::iequals (const _S &a, const _S &b) |
string algorithm