JS正则表达式不是
这个问题在这里已经有了答案:
试试吧
"#foo#bar".match(/[a-zA-Z]+/gi); //outputs ["foo", "bar"]
链接地址: http://www.djcxy.com/p/76805.html
下一篇: How do I extract only part of a matched string with regex?