标签: javascript
var result = new RegExp("[^a-zA-Z0-9\-\s\.]").test("hello world.")
\s不会占用空格吗?如果我删除hello和world之间的空格,它将正确评估。
\s
hello
world