Skip to content

Instantly share code, notes, and snippets.

@jonasraoni
Created April 2, 2019 19:11
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 jonasraoni/4e8a6cbf86da30cc2888a1eb5db63f9f to your computer and use it in GitHub Desktop.
Save jonasraoni/4e8a6cbf86da30cc2888a1eb5db63f9f to your computer and use it in GitHub Desktop.
Regexp match quotes
/(["'`])(?:\\.|(?!\1).)*?\1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment