Quote:
Originally Posted by mcam77
sry for late reply!
I am usig sigil 0.6.2 cause sigil 0.7.1 will start for a few counts, and then refuses to start(When starting it nothing happens, found a lot of stuff for linux but nothing for windows) maybe someone know where the problem is.
back to the topic
if have paragraphs like
<p>blah some words </p>
<p>next words and so on.</p>
and i want
<p>blah some words next words and so on.</p>
regards and thx for help
|
Code:
(?sm)([a-z,]) </p>\s+<p>
replace: <space here>\1
do note: your example has a trailing space (the capture discards it), the replace inserts this.
This S&R does not (deliberately) include a trailing hyphen/mdash you need to review each of those as
join candidates