标签:python 表达 att re模块 bsp match font mooc 正则表达式:
Python正则表达式之re模块使用
1.正则表达式模块:import re
2.第一个正则表达式:
re.compile(r‘imooc‘) pattern.match(‘imooc python‘)
r‘imooc’ -> Pattern -> Match -> Result
标签:python 表达 att re模块 bsp match font mooc 正则表达式:
原文地址:https://www.cnblogs.com/LiuQi1221/p/13417179.html