I am getting a string "test+test1+asd.txt" and i want to convert it into "test test1 asd.txt"
I am trying to use function str = str.replace("/+/g"," ");
but this is not working
regards, hemant
str = str.replace(/\+/g," ");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With