GREP to find text between codes, italicize, remove codes
I had a GREP search that was lost in an upgrade, and after an hour trying to reconstruct it, I've decided to approach the geniuses. I get plain text documents that come in with text that should italicized placed between bracketed codes thus:
<i>This Text Should Be Italic</i>
I want to italicize it and drop the codes thus:
This Text Should Be Italic
Simple enough for someone, unlike myself, who knows what she's doing. Much obliged to anyone who can help!
