Python re.findall() with multiple variables return matching values output not expected

后端 未结 0 1822
庸人自扰
庸人自扰 2020-12-05 01:32

I am passing the following string through re.findall() in python to find matches of occurrences of first_word and second_word in any order:

 r=\'((?

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