会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chease
博客园
首页
新随笔
联系
订阅
管理
2019年4月17日
python正则匹配示例
摘要: import re text="山东省临沂市兰山区 市委大院中区21号楼4单元 276002 奥特曼1号 18254998111" # 匹配手机号 m=re.findall(r"1\d{10}",text) if m: print(m) # 匹配电话号 pattern = re.compile(r"
阅读全文
posted @ 2019-04-17 14:57 chease
阅读(755)
评论(0)
推荐(0)
公告