Hello,
I'm trying to do a batch edit of a TM that contains lots of text that looks like this:
<text>
Where "text" can be literally any text.
I want to change all of those to:
<tag>
Simplistically, I thought that by searching for <*> and replacing with <tag> would do it.
No luck.
Perhaps it's possible to apply some form of regex?. . .I don't know
Any advice on how to do this batch edit would be greatly appreciated.