大约有 2,811 项符合查询结果(耗时:0.0058秒) [XML]
Regular expression to match non-ASCII characters?
...n external libraries to recognize that "Αλφα" is a word, or even that "é" is a letter.
But so it goes.
This guy has written a good library for handling Unicode in Javascript Regexes:
http://blog.stevenlevithan.com/archives/javascript-regex-and-unicode
The Unicode stuff is a plugin to this ...