SPAOP
|
#include "Parsetools.h"
Namespaces | |
parsetools | |
A namespace for tools for manipulation and validation of user input strings. | |
Functions | |
std::vector< const std::string > | parsetools::splitString (const std::string &s, char delim) |
Splits a string around the matches of a given delimiter char. More... | |
bool | parsetools::isValidIP (const std::string &ip) |
Checks whether a given string represents a valid IP(v4). More... | |
bool | parsetools::isValidPort (const std::string &port) |
Checks whether a given string represents a valid user port number. More... | |