Skip to content

Instantly share code, notes, and snippets.

@web2ls
Created October 10, 2018 15:09
Show Gist options
  • Select an option

  • Save web2ls/74ea2e6897b2d2034f691ccd6774db61 to your computer and use it in GitHub Desktop.

Select an option

Save web2ls/74ea2e6897b2d2034f691ccd6774db61 to your computer and use it in GitHub Desktop.
Regex: Find all string in quotes
Example: find hyper reference with any value in single\double quotes
href=(["'])(?:(?=(\\?))\2.)*?\1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment