#include "string_utils.h"
Go to the source code of this file.
Namespaces | |
rosmon | |
rosmon::launch | |
rosmon::launch::string_utils | |
Functions | |
bool | rosmon::launch::string_utils::isOnlyWhitespace (const std::string &input) |
Check if string is whitespace only (includes ' ') More... | |
std::string | rosmon::launch::string_utils::simplifyWhitespace (const std::string &input) |
Compress any sequence of whitespace to single spaces. More... | |