Skip to content

Instantly share code, notes, and snippets.

@code-poel
Created September 9, 2015 18:40
Show Gist options
  • Save code-poel/ade9a020b977ae1813a6 to your computer and use it in GitHub Desktop.
Save code-poel/ade9a020b977ae1813a6 to your computer and use it in GitHub Desktop.
Regular expression to validate an HTML ID.
^[a-zA-Z][\w:.-]*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment