Splitting string from [ as start character and ] as end character separated by comma into two lists in Python

后端 未结 0 1137
夕颜
夕颜 2021-02-06 11:51

I have a input as [1,3,4], [1,2,6,8] and I am new to using regular expression. I want to split the above input into two parts as 1 3 4 and 1 2 6 8 and consider them as separate

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