位置:首页 > 软件操作教程 > 编程开发 > Python > 问题详情

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

提问人:杨紫红发布时间:2020-11-30
python表达式 re.search(r'\w*?(?P<f>\b\w+\b)\s+(?P=f)\w*?', 'Beautiful is is better than ugly.').group(0) 的值为('is is')。

继续查找其他问题的答案?

相关视频回答
回复(0)
返回顶部