码迷,mamicode.com
首页 > Web开发 > 详细

js 正则的方法

时间:2017-08-07 17:40:13      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:www.   post   target   html   验证   nbsp   style   title   school   

总结一下正则的方法

str.match(regex)       

match() 方法可在字符串内检索指定的值,或找到一个或多个正则表达式的匹配。

null   :  没有匹配到

存放匹配结果的数组:  匹配到了

regex.test(str) 

test() 方法用于检测一个字符串是否匹配某个模式.

  true :  匹配上了

  false:  没有匹配上

 

 

 

js正则表达式验证大全

http://www.w3school.com.cn/jsref/jsref_match.asp

js 正则的方法

标签:www.   post   target   html   验证   nbsp   style   title   school   

原文地址:http://www.cnblogs.com/alisonGavin/p/7300064.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!