Match all the list elements with a string and removing the string parts if matched

后端 未结 0 856
日久生厌
日久生厌 2021-01-30 15:29
my_list=[\'apple\', \'oranges\' , \'peaches\']
string= \' \\apples\\ \\cherries\\ \\bananas\\ \\peaches\\ \\avocado\\ \\oranges\\ \'

for x in my_list:
    replace=re.su         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题