View Single Post
Old 02-02-2014, 01:59 AM   #7
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by kovidgoyal View Post
Or dont terminate your search expression with a lookahead. In your case use something like

(<p.*?>)\xa0([^<>])

and replace with

\1\2
That's what I did even before I reported it. I just figured it was confusing and maybe not supposed to happen, so I reported it.

But it's good to know I can just use replace all as well.

Last edited by eschwartz; 02-02-2014 at 02:02 AM.
eschwartz is offline   Reply With Quote