Quote:
Originally Posted by phossler
So I was looking for some technique or RegEx guidence to make it a little easier
|
If you're 100% sure that you won't be needing any of the Calibre styles, simply use the following regex:
Find: class="calibre\d+"
Replace:
(There's a space before "class" in the Find expression.)