View Single Post
Old 06-03-2015, 10:52 AM   #7
Thom*
The Fumbler
Thom* began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Jun 2015
Device: android 4.2/fbreader
You have probably already resolved this, but I simply use:

Search: <span class="calibre5">(.*?)</span>
Replace: \1

Make sure you have selected "regex" for searsh method and that is it.

Now, nested <span> tags could cause a problem, but that is for another discussion.

Best of Luck
Thom* is offline   Reply With Quote