replace space with dash JavaScript - Stack Overflow

PHOTO EMBED

Mon Apr 24 2023 05:57:29 GMT+0000 (Coordinated Universal Time)

Saved by @Shivam_Verma #javascript #space #replacespace

alert("this is a test".split(" ").join("-"));

//or

title.replace(/\s/g , "-");
content_copyCOPY

https://stackoverflow.com/questions/2657433/replace-space-with-dash-javascript