我有一些想用正则表达式操作的字符串。
输入 foo: bar hello: world cats: dogs
foo: bar hello: world cats: dogs
输出 foo: 'bar' hello: 'world' cats: 'dogs'
foo: 'bar' hello: 'world' cats: 'dogs'
现在我知道我可以使用Javascript的replace字符串方法,但我不确定要使用的正则表达式
replace
米脂
相关分类