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)
Search and Replace Special html Characters with Space
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Search and Replace Special html Characters with Space
This works in the RegEx tester - make sure you haven't got case sensitive turned on.
Re: Search and Replace Special html Characters with Space
yes, hello. It works after I restart the program. Thank you very much.