🌈 搜索
📅  最后修改于: 2022-03-11 15:02:45.278000             🧑  作者: Mango
const str = "abc's test#s"; console.log(str.replace(/[^a-zA-Z ]/g, " "));