gpt4 book ai didi

javascript - 用破折号替换空格的正则表达式

转载 作者:数据小太阳 更新时间:2023-10-29 04:29:31 24 4
gpt4 key购买 nike

我想弄清楚我需要什么正则表达式来取值并用破折号替换空格(在 Javascript 中)?

也就是说,如果我有北美,它会返回给我北美?

我可以做类似var foo = bar.replace(' ', '-') 的事情吗?

最佳答案

最好用:

var string = "find this and find that".replace(/find/g, "found");

替换所有出现的地方。

关于javascript - 用破折号替换空格的正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1932499/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com