4 #ifndef ROSMON_LAUNCH_STRING_UTILS_H 5 #define ROSMON_LAUNCH_STRING_UTILS_H 13 namespace string_utils
26 std::string
strip(
const std::string& input);
std::string simplifyWhitespace(const std::string &input)
Compress any sequence of whitespace to single spaces.
std::string convertWhitespace(const std::string &input)
Convert any whitespace to space characters.
std::string strip(const std::string &input)
bool isOnlyWhitespace(const std::string &input)
Check if string is whitespace only (includes ' ')