Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created January 30, 2019 09:00
Show Gist options
  • Save D4R4/0d7783adac6f8f6da25f116eddf8b195 to your computer and use it in GitHub Desktop.
Save D4R4/0d7783adac6f8f6da25f116eddf8b195 to your computer and use it in GitHub Desktop.
Regex to select between apostrophe and quotation marks, Great to automate translating combined with Qtranslate and MacroRecorder
(?<=[ ](["']\b))(?:(?=(\\?))\2.)*?(?=\1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment