You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 as python IPy). Is this expected behaviour?