replace all spaces in nodejs string code example Example: js replace all spaces var replaced = str.replace(/ /g, '_');