Skip to content

Instantly share code, notes, and snippets.

@ailourophile
Created July 21, 2014 11:33
Show Gist options
  • Save ailourophile/b7e8b3e6b5249f7bee7a to your computer and use it in GitHub Desktop.
Save ailourophile/b7e8b3e6b5249f7bee7a to your computer and use it in GitHub Desktop.
regex for IP address
((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment