Answers for "replace string before spaces javascript"

0

javascript replace spaces with one space

string = string.replace(/\s\s+/g, ' ');
Posted by: Guest on August-04-2021

Code answers related to "replace string before spaces javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language