正規表現を使用して [[[ と ]]] の間で何かを一致させる必要があります。次に、括弧内にあるすべての値を配列に入れる必要があります。
テキスト例:
here is some 'test text [[[media-2 large right]]], [[[image-0 large left]]] the another token [[[image-1]]
上記のテキストから、最初の 2 つを一致させる必要があります。
1, [[[media-2 large right]]]
2, [[[image-0 large left]]]
ただし、最後に [ が 2 つしかないため、最後ではありません。