cidr-regex icon indicating copy to clipboard operation
cidr-regex copied to clipboard

Regular expression for matching IP addresses in CIDR notation

Results 1 cidr-regex issues
Sort by recently updated
recently updated
newest added

`cidrRegex.v4({ exact: true }).test('65.0/14')` (which is a short notation for `65.0.0.0/14`) does not validate as an IPv4 CIDR (although it does validate as such in other libraries and tools such...