01.04.2016, 18:14
stringContainsIP(const szStr[], bool:ignoreNegatives = false);
bool:ignoreNegatives:
By default, it will detect negative numbers as IPs also.
So, if false "-1.-1.-1.-1" would be an IP. If true, "-1.-1.-1.-1" would not be an IP.
bool:ignoreNegatives:
By default, it will detect negative numbers as IPs also.
So, if false "-1.-1.-1.-1" would be an IP. If true, "-1.-1.-1.-1" would not be an IP.