正则表达式(regex)

一些常用的正则表达式
1.Email:'[0-9a-zA-Z]+@[0-9a-zA-Z]+.[a-zA-Z]{2,3}'
2.IP地址(IPV4):'\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}'
3.Web地址:'https?😕{2}\w.+'

posted @ 2021-09-04 17:24  索匣  阅读(38)  评论(0编辑  收藏  举报