Skip to content

Instantly share code, notes, and snippets.

@yeluolanyan
Created August 22, 2014 02:35
Show Gist options
  • Save yeluolanyan/f96dbfa7f26d3f618667 to your computer and use it in GitHub Desktop.
Save yeluolanyan/f96dbfa7f26d3f618667 to your computer and use it in GitHub Desktop.
常用的一些正则校验
var resultStr=data.replace(/\ +/g,"");//去掉空格
var resultStr=resultStr.replace(/[\r\n]/g,"");//去掉回车换行
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment