View Single Post
Old 02-02-2015, 02:08 PM   #10
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,139
Karma: 60406498
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 LadyKate View Post
When something bugs me enough I get into the code and painstakingly change every instance of the problem.

One problem I see with

Find: (\w) (\w)
Replace: \1 \2
is that it appears to me to be finding two white spaces and replacing both. Could one of the problems be if the white space is a tab?

When you look at it in edit are you seeing two spaces? or a  ? I find that the more specific you are the easier it is to correct.

One last thought... is the css justifying the lines causing the appearance of larger spaces?
this gets space or tab

Code:
(\w)[[:space:]]{2,}(\w)
theducks is online now   Reply With Quote