How to iterate over a list while applying a regex to it in Python?

前端 未结 0 522
旧时难觅i
旧时难觅i 2020-12-09 14:41

I\'m trying to run this block of code.

castResultType = list(filterResultSet[1:32:5]) 
cleanList = []

for i in castResultType:
    cleanList.append(re.sub(\'         


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