0

文字列の一部があります (下のサンプル)

'another string string string....

"message":"test message 1 abcd xyz"}

"message":"test message 2 123 xyz bla bla"}

"message":"msg message msg etc xyz bla xyz"}

'other string string string....

各メッセージ タグ ("message":"msg here"}) を検索し、このように最初にテキストを追加し、最後にテキストを追加したいだけです。

'another string string string.... as it is

<bound>"message":"test message 1 abcd xyz"}</bound>

<bound>"message":"test message 2 123 xyz bla bla"}</bound>

<bound>"message":"msg message msg etc xyz bla xyz"}</bound>

'other string string string.... as it is

正規表現を使用してこれを行うにはどうすればよいですか? ターゲット プラットフォーム .NET 2.0 で Visual Basic 2010 を使用しています。

4

1 に答える 1