会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Niuli'blog
博客园
首页
新随笔
管理
2018年8月7日
re模块
摘要: 常用的方法 findall / search / match / compile / finditer sub subn split import re findall, search, match re.match只匹配字符串的开始,如果字符串开始不符合正则表达式,则匹配失败,函数返回None;而re.search匹配整个字符串,直到找到一个匹配。 s = 'a123asd456' ...
阅读全文
posted @ 2018-08-07 21:00 Niuli'blog
阅读(148)
评论(0)
推荐(0)
编辑
公告