Turn text http links to live html links
Posted on: Mon Sep 05 08:38:36 -0700 2011. Updated on: Mon Sep 05 08:38:36 -0700 2011.
Category: .NET C#
Category: .NET C#
Very useful regex code to convert plain http links in a block of text to live HTML links.
http://weblogs.asp.net/farazshahkhan/archive/2008/08/09/regex-to-find-url-within-text-and-make-them-as-link.aspxdon't forget that for https change regex to "http(s)?://([\w+?\.\w+])+([a-zA-Z0-9\~\!\@\#\$\%\^\&\*\(\)_\-\=\+\\\/\?\.\:\;\'\,]*)?"