摘要:
Python课程第十一章正则表达式习题详解 1、匹配一行文字中的所有开头的字母内容>>> import re>>> re.match(r"\D+?","Abc")<_sre.SRE_Match object at 0x0000000001C7D578>>>> re.match(r"\D+?","Ab 阅读全文
posted @ 2018-03-07 19:27 Ruth_Song 阅读(521) 评论(0) 推荐(0)
posted @ 2018-03-07 19:27 Ruth_Song 阅读(521) 评论(0) 推荐(0)
posted @ 2018-03-07 19:25 Ruth_Song 阅读(812) 评论(0) 推荐(0)
posted @ 2018-03-07 19:11 Ruth_Song 阅读(1205) 评论(0) 推荐(0)
posted @ 2018-03-07 18:24 Ruth_Song 阅读(783) 评论(0) 推荐(0)