Hello everyone, how are you? I'm breaking my head on the following question:
I have a string set:
var teste = blabla 555.. 999
I have double white space between the digits and did the regex:
var str = teste.replace(/\s{2,}/g, '.');
The problem that it will replace the two spaces by just a "." point, I wanted to loop with the following algorithm:
Some light, path of stones?