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