会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CanSun
博客园
首页
新随笔
联系
管理
订阅
2018年3月13日
Javascript正则表达式
摘要: JS正则 test -判断字符串是否符合规定的正则 例: var rep = /\d+/ 注:javascript正则表达式格式为/../ rep.test("dfafadfadf552dfdafds")结果为true exec -获取匹配的数据 rep = /\d+/ str = "jsafkaj
阅读全文
posted @ 2018-03-13 22:37 CanSun
阅读(102)
评论(0)
推荐(0)
编辑
公告