Created
August 22, 2014 02:35
-
-
Save yeluolanyan/f96dbfa7f26d3f618667 to your computer and use it in GitHub Desktop.
常用的一些正则校验
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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