Created
July 30, 2018 15:59
-
-
Save dannylloyd/e159573fed0019ec1d9bdb5791098b1e to your computer and use it in GitHub Desktop.
Regex Helpers
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
Find word inside quotes | |
"(.*?\b(followup)\b.*?)" | |
Example text: var followup = "this is a followup "; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment