会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yesir_wd
博客园
首页
新随笔
联系
订阅
管理
2022年4月21日
python之re模块(正则)
摘要: 一、正则介绍 二、常用匹配模式 1 # 匹配模式 2 #一对一的匹配 3 # 'hello'.replace(old,new) 4 # 'hello'.find('pattern') 5 6 #正则匹配 7 import re 8 #\w与\W 9 print(re.findall('\w','he
阅读全文
posted @ 2022-04-21 13:41 _yessir
阅读(78)
评论(0)
推荐(0)
编辑
公告