会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Python改变生活
博客园
首页
新随笔
联系
管理
订阅
2017年10月3日
Python中模块之re的功能介绍
摘要: re模块的功能介绍 1. 方法 match 从开头开始查找 方法:re.match(pattern,string,flags=0) 返回值:<class '_sre.SRE_Match'>(找到) or None(没找到) 例如:m = re.match('e','excel') print(m.g
阅读全文
posted @ 2017-10-03 21:22 Python改变生活
阅读(2427)
评论(0)
推荐(0)
编辑
公告