Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 23, 2014 15:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tmcw/8579924 to your computer and use it in GitHub Desktop.
Save tmcw/8579924 to your computer and use it in GitHub Desktop.
Gist from mistakes.io
var re = /(((127|10|192)[\.0-9]+|0\.0\.0\.0|localhost):[0-9]+)$/;
'0202020:80'.match(re)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment