How to replace the html code for space? ' '

I am trying to replace code in text and using the following produced by Wappler, but Wallpaper keeps reverting the find text   to an empty string ' '

.replace(' ', ' ')

Wappler reverts it back to this:

.replace(' ', ' ')

What can I do to mainatin the string find ' '

Thanks!

Ok, think I solved my own question.

If you hand code as Wappler interface is replacing the string   with ' ' assume it has something to do with the engine the interface is built on.

replace(' ', '.')

1 Like