Skip to content

Instantly share code, notes, and snippets.

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 jaredmdobson/1da04297140e07fdfebb2b42def9e94a to your computer and use it in GitHub Desktop.
Save jaredmdobson/1da04297140e07fdfebb2b42def9e94a to your computer and use it in GitHub Desktop.
Localhost and domain only regex
/^((\b(localhost)\b:[0-9]+)|([a-z0-9][a-z0-9-]{1,61}[a-z0-9](?:\.[a-z]{2,})+(:[0-9]+)?))$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment