Answers for "js how to delete extra spaces and replace with one space"

0

remove extra space in string js

newString = string.replace(/\s+/g,' ').trim();
Posted by: Guest on May-28-2020

Code answers related to "js how to delete extra spaces and replace with one space"

Code answers related to "Javascript"

Browse Popular Code Answers by Language