Search and Replace Special html Characters with Space

Tool for Search and Replace across multiple files.
Post Reply
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

Search and Replace Special html Characters with Space

Post by me_suzy »

hello. I need some help.

If I want to replace Special html Characters like   or … with one single space, it doesn't work. Where did I go wrong?

I also try a regex for both

Search:  |…
Replace by: (space)
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: Search and Replace Special html Characters with Space

Post by DigitalVolcano »

This works in the RegEx tester - make sure you haven't got case sensitive turned on.
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

Re: Search and Replace Special html Characters with Space

Post by me_suzy »

yes, hello. It works after I restart the program. Thank you very much.
Post Reply