Classes for C++

Skip to Navigation »

Any information on this page may be outdated or otherwise inaccurate. Links may be broken. It stays here for historical reasons.

StringFunctions

StringFunctions is a small easy-to-use collection of string-related functions for C++ implemented using C++-templates. A test-application is included.

Implemented functions

Trim(…)
Removes all whitespace at both ends
RTrim(…)
Remove all whitespace at the right side
LTrim(…)
Remove all whitespace at the left side
ReplaceWhitespace(…)
Replace every whitespace-character with another character
ToUpper(…)
Convert to uppercase
ToLower(…)
Convert to lowercase
Replace(…)
Replace something in a string with another string

License

StringFunctions is available under the GNU GPL.

Download

NameDate
StringFunctions-2004-03-26.tar.bz22004-03-26