I would like to check a string and convert all the substrings that could be potential links inside the original string like http://www.google.com, or www.google.com, replaced with
<a href='http://www.google.com'>http://www.google.com</a>
so that i can create real links from them.
How can i do this?