📜  js 用破折号替换空格 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:25.909000             🧑  作者: Mango

代码示例6
const text = "codetogo saved me tons of time";

text.replace(/ /g, "-");