Skip to content

Instantly share code, notes, and snippets.

@xwartz
Last active September 5, 2015 07:42
Show Gist options
  • Save xwartz/b0be8ebeda604cb117ef to your computer and use it in GitHub Desktop.
Save xwartz/b0be8ebeda604cb117ef to your computer and use it in GitHub Desktop.
不匹配任何字符串的正则
var noMatch = /\w\b\w/;
var noMatch = /(.)^/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment