Skip to content

Instantly share code, notes, and snippets.

@wolfsyntax
Created December 16, 2018 12:10
Show Gist options
  • Save wolfsyntax/d7d0cbb81f66de148bf110512a692e34 to your computer and use it in GitHub Desktop.
Save wolfsyntax/d7d0cbb81f66de148bf110512a692e34 to your computer and use it in GitHub Desktop.
IPv4 Address
^(0?[0-9]|1[0-9]{1,2}|25[0-5]|2[0-4][0-9])\.(0?[0-9]|1[0-9]{1,2}|25[0-5]|2[0-4][0-9])\.(0?[0-9]|1[0-9]{1,2}|25[0-5]|2[0-4][0-9])\.(0?[0-9]|1[0-9]{1,2}|25[0-5]|2[0-4][0-9])$
Person Name
^([a-zA-Z]{2,}\s*){1,}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment