<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Parse Twitter Usernames, Hashtags and URLs in C# 3.0</title>
	<atom:link href="http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 07:47:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21529</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21529</guid>
		<description>Thanks for pointing that out. I had to HTML encode those greater-than and less-than signs. Its a pain working with code snippets in Wordpress.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out. I had to HTML encode those greater-than and less-than signs. Its a pain working with code snippets in Wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coov</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21527</link>
		<dc:creator>Coov</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21527</guid>
		<description>Ah, your blog is changing the return String.Format method. It just did it to my comment. Probably because it&#039;s html... and it&#039;s not encoding the comments.

It should be a href {0} for the url then {1} for the link name.</description>
		<content:encoded><![CDATA[<p>Ah, your blog is changing the return String.Format method. It just did it to my comment. Probably because it&#8217;s html&#8230; and it&#8217;s not encoding the comments.</p>
<p>It should be a href {0} for the url then {1} for the link name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coov</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21526</link>
		<dc:creator>Coov</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21526</guid>
		<description>Change the Link method to return this and it works like a champ. 

return string.Format(&quot;&lt;a href=&quot;{0}&quot; rel=&quot;nofollow&quot;&gt;{1}&lt;/a&gt;&quot;, url, s);

Great post!</description>
		<content:encoded><![CDATA[<p>Change the Link method to return this and it works like a champ. </p>
<p>return string.Format(&#8220;<a href="{0}" rel="nofollow">{1}</a>&#8220;, url, s);</p>
<p>Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Светлана</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21513</link>
		<dc:creator>Светлана</dc:creator>
		<pubDate>Thu, 04 Mar 2010 07:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21513</guid>
		<description>ДА, вариант хороший</description>
		<content:encoded><![CDATA[<p>ДА, вариант хороший</p>
]]></content:encoded>
	</item>
</channel>
</rss>
