http://www.perlmonks.org?node_id=145404

tipthepizzaguy has asked for the wisdom of the Perl Monks concerning the following question: (regular expressions)

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.