Validate a comma separated list of IPv4 addresses, CIDRs, or IPv4 Ranges like 1.1.1.1-1.1.1.10
Simple Regex to *validate * (no extraction!) an IPv4 Range which can be a comma separated mixture of
IPv4 addresses
IPv4 CIDRs
IPv4 Ranges like 1.1.1.1-1.1.1.10
Examples : ...
Submitted by alucab - 10 months ago