Skip to content

Instantly share code, notes, and snippets.

@jorgepinon
Created January 13, 2016 16:36
Show Gist options
  • Save jorgepinon/98887bfe9bd915a0babe to your computer and use it in GitHub Desktop.
Save jorgepinon/98887bfe9bd915a0babe to your computer and use it in GitHub Desktop.
validate domain (only letter, numbers, and hypens... and must start with a letter)
^[a-zA-Z]+[a-zA-Z0-9\-]*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment