Quote:
Originally Posted by PeterT
Try:
Search: <span class="hyph">(.+?)</span>
Replace: \1
|
Oh, I forgot to say thank you very much for that, Peter -- worked like a charm!

I definitely need to read up and learn more about this regex stuff, but that definitely helped me "clean up" this current issue for the short haul (without having to finish my PhD in regex first).