View Single Post
Old 09-16-2023, 02:53 AM   #1
Leszek
Junior Member
Leszek began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2023
Device: PocketBook Basic 3
cannot make "\1" to work

Hi,

I am trying to remove paragraph breaks that start with not a capital letter.
I once made it to work, it was something like:
find:
Code:
</p><p class="calibre2">[a-z]
replace:
Code:
\1
It is supposed to to remove </p><p class="calibre2"> while keeping the small letter unchanged.
But it does not work for me anymore. After hitting replace button page break goes away all right but I end up with "\1" pasted into the text instead of the first letter.
What I am doing wrong?
Leszek is offline   Reply With Quote