Whenever there is "http://" followed by a number of characters until it reaches a space, new line, or end of file, it needs to replace it with HTML code so it becomes a clickable hyperlink.
For example, it will replace http://mydomain.com with <a href="http://mydomain.com">http://mydomain.com</a>
Originally posted as a Categorized Question.