MUQ  0.4.3
StringUtilities.h File Reference

Go to the source code of this file.

Namespaces

 muq
 
 muq::Utilities
 
 muq::Utilities::StringUtilities
 

Functions

std::vector< std::string > muq::Utilities::StringUtilities::Split (std::string str, char delim=',')
 Split a string into parts based on a particular character delimiter. Also Strips whitespace from parts. More...
 
std::string muq::Utilities::StringUtilities::Strip (std::string str)
 Strip the whitespace off the beginning and end of a string. More...
 
std::string muq::Utilities::StringUtilities::Combine (std::vector< std::string > strs, char delim=',')
 Combine a vector of strings with a specified delimiter. The opposite of Split. More...