以下のような文字列があります。
[quote="username"]This is a comment string[/quote]
パターン 1:ユーザー名 パターン 2:これはコメント文字列です
これを置き換えて取得することは可能ですか:
<div class="myclass">
<b>username</b>
<i>This is a comment string</i>
</div>
ありがとう。
以下のような文字列があります。
[quote="username"]This is a comment string[/quote]
パターン 1:ユーザー名 パターン 2:これはコメント文字列です
これを置き換えて取得することは可能ですか:
<div class="myclass">
<b>username</b>
<i>This is a comment string</i>
</div>
ありがとう。