特定の正規表現の一致についてサポートが必要です。これはphpです。(ワードプレスプラグインの編集)
文字列が
"[youtube|sjdhskajxn|This is a string|This is also a string|44|55]"
抽出したい
{0} -> youtube
{1} -> sjdhskajxn
{2} -> This is a string
{3} -> This is also a string
{4} -> 44
{5} -> 55
また、一致するアイテムの数は一定ではありません。