Regex to extract list of strings with nested brackets

前端 未结 0 1921
后悔当初
后悔当初 2020-12-24 09:20

I have a bunch of strings similar to this in js:

params[0][header][name[0]]

and I need to split them up into a list like this:



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