<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jasonseney</title>
<link>http://snipplr.com/users/jasonseney/tags/regex</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 21:30:55 GMT</pubDate>
<item>
<title>(C#) Format URLs in string to HTML Links in C#</title>
<link>http://snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c/</link>
<description><![CDATA[ <p>Will return a string that has any matched URLs wrapped in `` tags.

Example: `"This is a link to http://foobar.com . Please visit !"`

Becomes: `"This is a link to http://foobar.com . Please visit!"`

Note: Opens links in new window.

Credit for regex:
[Faraz Shah Khan](http://weblogs.asp.net/farazshahkhan/archive/2008/08/09/regex-to-find-url-within-text-and-make-them-as-link.aspx "Credit")</p> ]]></description>
<pubDate>Thu, 19 Mar 2009 17:22:27 GMT</pubDate>
<guid>http://snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c/</guid>
</item>
</channel>
</rss>