Forum Discussion
Format text between quotes in Word
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!
I 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.
3 Replies
- BbmaniaCopper Contributor
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.
- Lenka_KerumovaIron Contributor
I 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.
- BbmaniaCopper ContributorIs working, thank you very much!