Does anyone have any good c# code (and regular expressions) that will parse a string and \"linkify\" any urls that may be in the string?
Have found following regular expression http://daringfireball.net/2010/07/improved_regex_for_matching_urls
for me looks very good. Jeff Atwood solution doesn't handle many cases. josefresno seem to me handle all cases. But when I have tried to understand it (in case of any support requests) my brain was boiled.