正则表达式
#正则表达式
正则表达式主要有:
匹配(match)
切割(split)
替换(replace)
获取()
四种操作
Python re模块官方文档
Table Of Contents
正则表达式
Interactive Graph