Created
January 30, 2019 09:00
-
-
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
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
(?<=[ ](["']\b))(?:(?=(\\?))\2.)*?(?=\1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment