Regex / Find and Replace Non Breaking Space
I want to swap some space characters and non-breaking space.
In the test the search works with \x20 (32) but not with \xa0 (160 / nbsp). Which code to use for the nbsp?
I have tried several without success.
Thanks
|