Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Created July 30, 2018 15:59
Show Gist options
  • Save dannylloyd/e159573fed0019ec1d9bdb5791098b1e to your computer and use it in GitHub Desktop.
Save dannylloyd/e159573fed0019ec1d9bdb5791098b1e to your computer and use it in GitHub Desktop.
Regex Helpers
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