Quote:
Originally Posted by kovidgoyal
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.