Skip to content

Instantly share code, notes, and snippets.

@Dakad
Last active July 14, 2017 05:17
Show Gist options
  • Save Dakad/08603bce74af77e87f6792cc709bdc97 to your computer and use it in GitHub Desktop.
Save Dakad/08603bce74af77e87f6792cc709bdc97 to your computer and use it in GitHub Desktop.
Regex on Hex Color
/#([a-fA-F0-9]{3}){1,2}\b/
/#([a-f0-9]{3}){1,2}\b/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment