Quote:
Originally Posted by theducks
Actually, thinking this over a bit, you really should include a class="justincase"  so you can adjust the style the specific H2 (chapter heads) if needed.
A simple REGEX
S: <p class="calibre_0">(Chapter \d+)</p>
R: <h2 class="justincase">\1</h2>
|
Thank you, this solution made my expetations!
The other problem I face is to remove a soft hyphen from all words.
So I need to replace all accurances of
'any character different than space and any special' soft-hyphen 'any character different than space and any special'
to combining those two strings without the hyphen
In example: con-vert into convert