会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
侠岚之弋痕夕
博客园
首页
新随笔
联系
订阅
管理
2016年1月14日
WEB开发中常用的正则表达式
摘要: 1.匹配正整数:/^[1-9]\d*$/2.匹配非负整数(正整数+0):/^\d+$/3.匹配中文:/^[\x{4e00}-\x{9fa5}]+$/u4.匹配Email:/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/5.匹配网址URL:(((f|ht){...
阅读全文
posted @ 2016-01-14 17:28 侠岚之弋痕夕
阅读(212)
评论(0)
推荐(0)
编辑
公告
Where is the starting point, we don't have a choice, but the destination where we can pursue!