会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
闪电
Play is the highest form of research!
博客园
首页
新随笔
联系
订阅
管理
2016年5月6日
Python正则表达式
摘要: 正则表达式(regular expression)主要功能是从字符串(string)中通过特定的模式(pattern),搜索想要找到的内容。 在Python中使用正则表达式需要标准库中的一个包re。 正则表达式常用的5种操作 re.match(pattern, string) # 从头开始匹配 re
阅读全文
posted @ 2016-05-06 00:51 Rambotien
阅读(180)
评论(0)
推荐(0)
编辑
公告