1、使用案例
print(re.match('www', 'www.runoob.com')) # 忽视大小写 print(re.match('wwW', 'www.runoob.com', re.IGNORECASE))