<?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: Javascript/C# Word Count</title>
	<atom:link href="http://www.thejackol.com/2005/07/25/javascript-word-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2005/07/25/javascript-word-count/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sanat Gersappa</title>
		<link>http://www.thejackol.com/2005/07/25/javascript-word-count/comment-page-1/#comment-12506</link>
		<dc:creator>Sanat Gersappa</dc:creator>
		<pubDate>Wed, 27 Jul 2005 09:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=166#comment-12506</guid>
		<description>TMTOWTDI

function CountWords(w)
{
	var a = w.match(/\w+/g);
	return a.length;
}</description>
		<content:encoded><![CDATA[<p><span class="caps">TMTOWTDI</span></p>
<p>function CountWords(w)<br />
{<br />
	var a = w.match(/\w+/g);<br />
	return a.length;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

