Skip to content

Instantly share code, notes, and snippets.

@yinheli
Created August 21, 2014 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yinheli/92b918acd5b765377dbe to your computer and use it in GitHub Desktop.
Save yinheli/92b918acd5b765377dbe to your computer and use it in GitHub Desktop.
if (/(10\.\d{1,3}\.\d{1,3}\.\d{1,3})|(172\.(1[6789]|2[0-9]|3[01])\.\d{1,3}\.\d{1,3})|(192\.168\.\d{1,3}\.\d{1,3})/.test(ipAddr)) {
// Successful match
} else {
// Match attempt failed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment