2 つの既知のタグ間の文字列 (または文字列の配列) を取得する方法を知りたいです。たとえば、私はこの文字列を持っています
string var1="my first video is [video]http://video.com/aaa[/video] and my second is[video id=\"1\" length=\"3\"]http://video.com/bbb[/video]";
これらの値を取得する方法http://video.com/aaa
とhttp://video.com/bbb
?