<?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: String#casecmp</title>
	<atom:link href="http://www.kerrybuckley.org/2007/11/08/stringcasecmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrybuckley.org/2007/11/08/stringcasecmp/</link>
	<description>What's the simplest thing that could possibly go wrong?</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alkesh</title>
		<link>http://www.kerrybuckley.org/2007/11/08/stringcasecmp/comment-page-1/#comment-10612</link>
		<dc:creator>Alkesh</dc:creator>
		<pubDate>Mon, 12 Nov 2007 16:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/11/08/stringcasecmp/#comment-10612</guid>
		<description>You could use regular expressions:

string1 =~ /^string2$/i</description>
		<content:encoded><![CDATA[<p>You could use regular expressions:</p>
<p>string1 =~ /^string2$/i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Marick</title>
		<link>http://www.kerrybuckley.org/2007/11/08/stringcasecmp/comment-page-1/#comment-9973</link>
		<dc:creator>Brian Marick</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/11/08/stringcasecmp/#comment-9973</guid>
		<description>This looks better to me:

string1.downcase == string2.downcase</description>
		<content:encoded><![CDATA[<p>This looks better to me:</p>
<p>string1.downcase == string2.downcase</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.kerrybuckley.org/2007/11/08/stringcasecmp/comment-page-1/#comment-9971</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/11/08/stringcasecmp/#comment-9971</guid>
		<description>Yeah yeah, already done :-) &#8211; that&#039;s where I found it.</description>
		<content:encoded><![CDATA[<p>Yeah yeah, already done :-) &ndash; that&#8217;s where I found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbie</title>
		<link>http://www.kerrybuckley.org/2007/11/08/stringcasecmp/comment-page-1/#comment-9968</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Thu, 08 Nov 2007 14:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/11/08/stringcasecmp/#comment-9968</guid>
		<description>We need to do that for Mojo too as .NET creates the hex digest in upper case =/</description>
		<content:encoded><![CDATA[<p>We need to do that for Mojo too as .NET creates the hex digest in upper case =/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.423 seconds -->

