regexIp property

String regexIp
final

Regex of ip address.

Implementation

static final String regexIp =
    '((2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(2[0-4]\\d|25[0-5]|[01]?\\d\\d?)';