#include "IpHelper.h" #include bool IpHelper::isIpValid(std::string ip) { return (ip.find('.') != ULONG_MAX); }