Answers for "js replace space with dot"

-2

js replace all spaces

var replaced = str.replace(/ /g, '_');
Posted by: Guest on October-21-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language