group
也是不能单独使用的
1、使用案例
import re if __name__ == "__main__": reg = re.match(re.compile(r'www', re.I), 'www.runoob.com') print(reg.group())