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 ?