Skip to content

Instantly share code, notes, and snippets.

@chrisyue
Last active December 28, 2015 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyue/7426812 to your computer and use it in GitHub Desktop.
Save chrisyue/7426812 to your computer and use it in GitHub Desktop.
匹配UTF-8中文正则,php测试可用
/\p{Han}+/u

非汉字

/\P{Han}+/u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment