Python-re 发表于 2019-11-24 分类于 Python Python 语言使用 re 模块实现正则匹配的所有功能。 re.match()re.search()re.find()re.findall()re.sub()re.compile()参考链接廖雪峰官网Python 手册