匹配E-mail地址
常用常用正则表达式集锦
星期一, 十月 29th, 2012 | JAVA-and-J2EE, linux, php | 没有评论
此处记录下,以后方便查找.
1.匹配中文字符
[\u4e00-\u9fa5] |
2.匹配双字节字符(包括汉字)
[^\x00-\xff] |
3.匹配空白行
\n\s*\r |
4.匹配E-mail地址
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* |
5.匹配网站URL地址
[a-zA-z]+://[^\s]* |
6.匹配国内电话号码
\d{3}-\d{8}|\d{4}-\d{7} |
7.匹配腾讯QQ号码
[1-9][0-9]{4,} |
Search
相关文章
热门文章
最新文章
文章分类
- ajax (10)
- algorithm-learn (3)
- Android (6)
- as (3)
- computer (85)
- Database (30)
- disucz (4)
- enterprise (1)
- erlang (2)
- flash (5)
- golang (3)
- html5 (18)
- ios (4)
- JAVA-and-J2EE (186)
- linux (143)
- mac (10)
- movie-music (11)
- pagemaker (36)
- php (50)
- spring-boot (2)
- Synology群晖 (2)
- Uncategorized (6)
- unity (1)
- webgame (15)
- wordpress (33)
- work-other (2)
- 低代码 (1)
- 体味生活 (40)
- 前端 (21)
- 大数据 (8)
- 游戏开发 (9)
- 爱上海 (19)
- 读书 (4)
- 软件 (3)