So entfernen Sie das Dash von der String in JavaScript aus

var str="185-51-671";
var newStr = str.replace(/-/g, "");
Combative Caterpillar