• Helo!

    When there are multiple links within links the regex not works as expected. E.g.

    <a href="https://worpress.org">This is a sample, this is a sample text<a>

    So, replace the sample…

    <a href="https://worpress.org">This is a <a href="https://sample.org">sample</a>, this is a <a href="https://sample.org">sample</a> text<a>

    The result will be…

    <a href="https://worpress.org">This is a<a> <a href="https://sample.org">sample</a>, this is a sample text

    Thank you

  • The topic ‘Multiple links within links’ is closed to new replies.