2017年11月21日
摘要: 来源:http://www.runoob.com/python/python-reg-expressions.html re.match函数 re.match 尝试从字符串的起始位置匹配一个模式,如果不是起始位置匹配成功的话,match()就返回none。 函数语法: re.match(patter 阅读全文
posted @ 2017-11-21 20:05 细雨微光 阅读(412) 评论(0) 推荐(0)