Home | All Classes | Grouped Classes | Index | Search
Returns a string trimmed for whitespace characters in both ends of string.
std::string trim_whitespace( const std::string& str);
Detailed description:
Whitespace are space, tabs, newlines and carrage return characters.
See also: