Skip to content

Instantly share code, notes, and snippets.

@luceos
Created January 14, 2015 08:32
Show Gist options
  • Save luceos/e3a9093fc15f37d20c54 to your computer and use it in GitHub Desktop.
Save luceos/e3a9093fc15f37d20c54 to your computer and use it in GitHub Desktop.
hostname validation
^([a-z0-9](-?[a-z0-9])*)+(\.[a-z0-9](-?[a-z0-9])*)*(\.[a-z0-9](-?[a-z0-9])+)+$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment