module IPtool

Defined in:

iptool.cr

Constant Summary

DIV_REGEX = /[^\d|\.]+/
IP4_REGEX = /(?<ip>[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/
VERSION = "0.1.0"