以下の文字列の開始タグと終了タグの間のコンテンツを取得しようとしています
<a href="./products/" class="link">Products </a>
<a href="./servicesandsolutions/" class="link">Services & Solution </a>
使用される正規表現:
<([a-z0-9]+)([^<]+)\*(?:>(.\*?)</\\2>|\\D+/>)
最初の文字列では正常に機能していますが、後の文字列では機能しません