Created
October 10, 2018 15:09
-
-
Save web2ls/74ea2e6897b2d2034f691ccd6774db61 to your computer and use it in GitHub Desktop.
Regex: Find all string in quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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