module IPtool
Defined in:
iptool.crConstant Summary
- 
        DIV_REGEX = 
/[^\d|\.]+/ - 
        IP4_REGEX = 
/(?<ip>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/ - 
        VERSION = 
"0.1.0" 
/[^\d|\.]+/
      /(?<ip>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/
      "0.1.0"