Multiple links within links
-
Helo!
When there are multiple links within links the regex not works as expected. E.g.
<a href="http://worpress.org">This is a sample, this is a sample text<a>So, replace the sample…
<a href="http://worpress.org">This is a <a href="http://sample.org">sample</a>, this is a <a href="http://sample.org">sample</a> text<a>The result will be…
<a href="http://worpress.org">This is a<a> <a href="http://sample.org">sample</a>, this is a sample textThank you
The topic ‘Multiple links within links’ is closed to new replies.