Skip to content

Instantly share code, notes, and snippets.

@probil
Created April 3, 2017 09:44
Show Gist options
  • Save probil/1f25530556606ff0a3992d5385e6475f to your computer and use it in GitHub Desktop.
Save probil/1f25530556606ff0a3992d5385e6475f to your computer and use it in GitHub Desktop.
{
IPv4: /^(?:(?:\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])\.){3}(?:\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])$/
IPv6:/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment