次のテキストを解析して、アンカー タグを含む書式設定された URL に変換したいと考えています。
something is wrong with http://www.gbin1.com/index.html, but cannot find the reason in http://www.google.com
<a href="url">url</a>
以下に示すように、上記のテキスト URL を JavaScript を使用して置き換え、短縮するにはどうすればよいですか。
something is wrong with <a href="http://www.gbin1.com/index.html">gbin1.com</a>, but cannot find the reason in <a href="http://www.gbin1.com">google.com</a>