I have a french number: 1 138. The string is 1 138
I want to replace all the
with ''
.
I do
alert(document.getElementById('gvdesglose_programas_ctl03_lblndescargas').innerHTML.replaceAll(/\ \;|\s/g,''))
But it doesn't change. I don't know why.