All Classes |Grouped Classes |Index

Function split_text

	static std::vector<CL_String> CL_StringHelp::split_text(
		const CL_StringRef & text,
		const CL_StringRef & split_string,
		bool skip_empty = true);