位置:首頁 > 軟件操作教程 > 編程開發(fā) > Python > 問題詳情

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

提問人:楊紫紅發(fā)布時(shí)間:2020-11-30
python表達(dá)式 re.search(r'\w*?(?P<f>\b\w+\b)\s+(?P=f)\w*?', 'Beautiful is is better than ugly.').group(0) 的值為('is is')。

繼續(xù)查找其他問題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部