Skip to content

Instantly share code, notes, and snippets.

@cjurjiu
Created July 9, 2022 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjurjiu/e8c41aeb3547e9d1cfe28e8048fef2b7 to your computer and use it in GitHub Desktop.
Save cjurjiu/e8c41aeb3547e9d1cfe28e8048fef2b7 to your computer and use it in GitHub Desktop.
Saved regexp's
//Find a color definition within html, svg, etc. (e.g. "#31bfa1", "#420")
const = /#(?:[0-9a-fA-F]{3}){1,2}/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment