次のような文字列があります。
$string = 'this is some random text
<div class="myClass" title="myTitle">this is some random text
again</div> and some more randome text';
今、私はそれからこのコンテンツを削除したいと思います:
<div class="myClass" title="myTitle">this is some random text again</div>
しかし同時に、クラスの値とタイトルの値を保存したいと思います
これをどうやって進めるかについてのアイデアはありますか?