Dec 19 2021 08:38 AM
Hello everybody
Is there any expression by which I can find and replace the text in quotation marks with the same text but without the quotation marks and italics?
E.g
Find: "text"
Replace: text
Thank you!
Dec 20 2021 07:12 AM
I tried this expression:
Find: [”]([A-Za-z0-9., ]@)[\”]
It identifies what I need but I don't know what to put into replace to change the text to italics.
Dec 20 2021 11:34 PM
SolutionI think you need to add <> to your string.
In Replace you type \1
Go to More → Format→ Font, choose italics.
Step2:
Find "
Replace - leave blank. Don't forget to delete the formatting.
If your quotation marks are the ones that are different for opening and closing, repeat the cycle with the other from the pair.