regex to get all the values starting with [[ and ending ]]

前端 未结 0 1396
情书的邮戳
情书的邮戳 2021-01-23 11:18

I have a string like this:

"Hello my name is [[xxx]] and I love [[yyy]]"

How can I use Regex to give me the array like this: xxx, yyy ?

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