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
|