Home | All Classes | Grouped Classes | Index | Search

CL_String::tokenize

Breaks up the string into tokens.

	std::vector<std::string> tokenize(
		const std::string& str, const std::string& delimiter, bool skip_empty = true);

See also:

CL_String



Questions or comments, write to the ClanLib mailing list.