View Single Post
Old 10-02-2009, 10:42 AM   #5
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,556
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Maybe something like:

Search for any number of line breaks, followed by any number of digits, followed by any number of line breaks, followed by a lower case letter (and save this letter). (In vim: '\n\+\d\+\n\+\(\l\)')

Replace it with a space an the lowercase letter: (in vim: ' \1')

Then manually check the instances of something else instead of the lowercase letter to see whether or not they are broken sentences/paragraphs.
Jellby is offline   Reply With Quote