2018年1月9日
摘要: 一、re模块下的常用方法 : findall search match spilt sub subn compile finditer首先要:import re 导入模块 findall 在字符串中查找所有满足条件的,并返回 ret=re.findall('a','asdvma') print(re 阅读全文
posted @ 2018-01-09 20:36 V神丫丫 阅读(292) 评论(0) 推荐(0)
摘要: 在线测试工具:http://tool.chinaz.com/regex/?qq-pf-to=pcqq.group 阅读全文
posted @ 2018-01-09 20:01 V神丫丫 阅读(193) 评论(0) 推荐(0)