View Single Post
Old 01-10-2023, 03:09 AM   #1
aurigod
Enthusiast
aurigod began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Oct 2012
Location: Lyon [France]
Device: JuliusvonJD
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
aurigod is offline   Reply With Quote