Home | All Classes | Grouped Classes | Index | Search

CL_String::trim_whitespace

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:

CL_String



Questions or comments, write to the ClanLib mailing list.