View Single Post
Old 03-24-2013, 04:01 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,090
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by mcam77 View Post
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
theducks is offline   Reply With Quote