Using regex to create a list of dictionaries with positive lookbehind

后端 未结 0 788
故里飘歌
故里飘歌 2020-11-28 17:03

I am trying to create a list of dictionaries using regex:

string = \'146.204.224.152 - lubo233\'
for item in re.finditer( "(?P[0-9]*[.][0-9]*         


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