Skip to content

Instantly share code, notes, and snippets.

@visamz
Created April 30, 2015 08:08
Show Gist options
  • Save visamz/a77e37329af2257b0b21 to your computer and use it in GitHub Desktop.
Save visamz/a77e37329af2257b0b21 to your computer and use it in GitHub Desktop.
js 验证汉字的正则
/([\u4E00-\u9FA5]|[\uFE30-\uFFA0])/g.test('中国')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment