So, what i want is to parse normal text to link
but if the text is link then it should not be parsed again
for example: <a href="http://stackoverflow.com">http://stackoverflow.com</a>
should not be parsed again to be <a href="http://stackoverflow.com"><a href="http://stackoverflow.com">http://stackoverflow.com</a></a>
That's all