Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
Created September 14, 2012 11:34
Show Gist options
  • Save paulomcnally/3721429 to your computer and use it in GitHub Desktop.
Save paulomcnally/3721429 to your computer and use it in GitHub Desktop.
Hex Color Code With Regular Expression
^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment