18
I have the following string:
var str = "00000.00000 111111111.111111111111 33333333"
I need to remove the extra spaces for it to look like this (only with 1 space):
var str = "00000.00000 111111111.111111111111 33333333"
How should I proceed?
Perfect friend, thank you!!
– user7605