Forum Discussion
Bbmania
Dec 19, 2021Copper Contributor
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 ...
- 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.
Lenka_Kerumova
Dec 21, 2021Iron 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.
Bbmania
Dec 21, 2021Copper Contributor
Is working, thank you very much!