Vidalia 0.3.1
|
#include "IpValidator.h"
Go to the source code of this file.
Macros | |
#define | IP_REGEXP |
#define | MATCH_ALL "*" |
#define IP_REGEXP |
Regular expression to validate that input is a valid IP address.
Definition at line 19 of file IpValidator.cpp.
#define MATCH_ALL "*" |
Match all IP addresses.
Definition at line 24 of file IpValidator.cpp.