REGEX_IP constant

String const REGEX_IP

Regex of ip address.

Implementation

static const String REGEX_IP            =
    "((2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(2[0-4]\\d|25[0-5]|[01]?\\d\\d?)";