View Single Post
Old 03-05-2024, 05:09 PM   #6
noteon
Connoisseur
noteon is on a distinguished road
 
Posts: 55
Karma: 54
Join Date: Apr 2011
Location: NYC
Device: Many
If I want to start with

<i.*?>(.+?)</i>

and end up with

<em>\1</em>

is there a way to do it with the clip bar? Or do I need to end up with

<i><em>\1</em></i>

And then globally search/replace to get the <i> tags out of there?
noteon is offline   Reply With Quote