1、1解读,函数语法:re.search(pattern, string, flags=0)
3、3要匹配的字符串,string1 = 'MR_LOVE mr_love'#要匹配的字符串
5、5输出匹配结果,print(match1)#输出匹配结果