运维网's Archiver
论坛
›
Python
› 正则表达式之Python编程
bco
发表于 2018-8-13 11:02:52
正则表达式之Python编程
正则表达式介绍
正则表达式re模块
正则表达式语法
字符匹配.[...] re模块相关方法使用
re.sub(patter, repl, string, count=0, flags=0)split(pattern, string, maxsplit=0, flags=0) http://www.imooc.com/video/10509
页:
[1]
查看完整版本:
正则表达式之Python编程