I have a string:
http://localhost/xyz
http://localhost/rpq
http://localhost/abc
<img src="http://localhost/xyz/image.png">
Now, I want to convert only:
http://localhost/xyz
http://localhost/rpq
http://localhost/abc
to link url, but not convert <img src="http://localhost/xyz/image.png">
to link url.
Can you help me this problem with regular expression, please. Thank you so much.