(填空题, )表达式re.search(r'\w*?(?P<f>\b\w+\b)\s+(?P=f)\w*?','Beautiful is is better than ugly.').group(0)的值为()。
'is is'