内容:のhrefを除くすべてのhref 'ラッパー' は、特定の値が含まれて削除:PHP
<a href="http://www.lipsum.com/">Lorem Ipsum</a> is simply dummy text
of the printing and typesetting industry.
<a href="http://www.google.com/1111/2222/3333">Lorem Ipsum</a> has been the industrys
standard dummy text ever since the 1500s, when an unknown printer
took a <a href="http://gallery.com">galley</a> of type and scrambled
it to make a type specimen <a href="http://www.google.com/1111/3333/4444">book</a>.
コンテンツは、私はこの結果をしたい3 "のhref" リンク
http://www.lipsum.com/
http://www.google.com/1111/2222/3333
http://www.google.com/1111/3333/4444
http://gallery.com/
が含まれています。選択されたhref値はhref="http://google.com/1111/3333****
のみ
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen <a href="http://www.google.com/1111/3333/4444">book</a>.
誰でもこの方法を知っていますか?あなたはその質問を理解することを望みます。前もって感謝します。