Change all "straight quotes" to ‘curly’ with Find and replace (regex mode) in memoQ (in one replacement)
Appearance
- Press CTRL+H and the Quick find and replace box will appear
- Enter Advanced settings and uncheck ‘Source text’ (we need to perform the replacement in the translated text only)
- Click the button to toggle to regex mode
- Enter
"(.+?)"
in the Find what field and‘$1’
in the Replace with field.
File:straight-to-curly-quotes-with-find-and-replace-in-memoq.png