Thread
:
Search and replace a paragraph on next line
View Single Post
01-04-2025, 05:11 PM
#
2
Karellen
Wizard
Posts: 1,622
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Try...
Code:
</br>\n?\s+
and replace with a space
?\s+ is there in case you have indented the lines.
==Edit==
Sorry, gave you the wrong solution.
The repace is
Code:
</p>\n<p>
The previous solution was to combine the lines, not separate them.
Last edited by Karellen; 01-04-2025 at
05:14 PM
.
Karellen
View Public Profile
Visit Karellen's homepage!
Find More Posts by Karellen
Track Posts by Karellen via RSS