Forum Discussion
Format text between quotes in Word
- Dec 21, 2021
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.
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.
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.
- BbmaniaDec 21, 2021Copper ContributorIs working, thank you very much!