Created
August 17, 2014 00:20
-
-
Save JohnPreston/66468a0d7104b57011d2 to your computer and use it in GitHub Desktop.
CIDR regexps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix => (?:\d{1,2}|)$ | |
IP _> \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment