<?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 for The Original Jelani Harris</title>
	<atom:link href="http://jelaniharris.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jelaniharris.com</link>
	<description>The original website of Jelani Harris the original of course</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:13:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using Jquery to disable the enter key by David</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-419</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-419</guid>
		<description>Thanks, that was driving me nuts trying to solve.</description>
		<content:encoded><![CDATA[<p>Thanks, that was driving me nuts trying to solve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by tchrist</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-397</link>
		<dc:creator>tchrist</dc:creator>
		<pubDate>Sun, 06 Nov 2011 16:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-397</guid>
		<description>Incredible thought it may seem, Java defaults to only understanding ASCII; it ignores its own native charcter set. So you always need to add &quot;(?u)&quot; to make case insensitivity work on normal Java text, which is Unicode not ASCII.  

Also, if you expect things like \w to work on regular Java text, you need to add &quot;(?U)&quot;, which isn&#039;t even supported until Java J.

 In short, you normally want &quot;(?iu)&quot; for case insensitivity, and you want &quot;(?U)&quot; for the UNICODE_CHARCLASSES flag. 

Note that this is still only the simplistic kind of case insensitivity as provided by the Character class, not full casemappings such as provided by the String class. That will be ok for Spanish and Portuguese, but not for German or Greek.</description>
		<content:encoded><![CDATA[<p>Incredible thought it may seem, Java defaults to only understanding ASCII; it ignores its own native charcter set. So you always need to add &#8220;(?u)&#8221; to make case insensitivity work on normal Java text, which is Unicode not ASCII.  </p>
<p>Also, if you expect things like \w to work on regular Java text, you need to add &#8220;(?U)&#8221;, which isn&#8217;t even supported until Java J.</p>
<p> In short, you normally want &#8220;(?iu)&#8221; for case insensitivity, and you want &#8220;(?U)&#8221; for the UNICODE_CHARCLASSES flag. </p>
<p>Note that this is still only the simplistic kind of case insensitivity as provided by the Character class, not full casemappings such as provided by the String class. That will be ok for Spanish and Portuguese, but not for German or Greek.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby on Rails 3 in Windows by kalyan</title>
		<link>http://jelaniharris.com/2011/installing-ruby-on-rails-3-in-windows/comment-page-1/#comment-380</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Thu, 15 Sep 2011 06:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=189#comment-380</guid>
		<description>Thank u very much it helped me a lot .</description>
		<content:encoded><![CDATA[<p>Thank u very much it helped me a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jquery to disable the enter key by Niko</title>
		<link>http://jelaniharris.com/2010/using-jquery-to-disable-the-enter-key/comment-page-1/#comment-376</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Tue, 30 Aug 2011 11:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=38#comment-376</guid>
		<description>Just what I was looking for. Thank you!</description>
		<content:encoded><![CDATA[<p>Just what I was looking for. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by deb</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-366</link>
		<dc:creator>deb</dc:creator>
		<pubDate>Tue, 26 Jul 2011 09:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-366</guid>
		<description>Thanks buddy, 
it was a great help to me. Searching for something like that 
for many hours. Finally ur site helps.

Thanks again, keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks buddy,<br />
it was a great help to me. Searching for something like that<br />
for many hours. Finally ur site helps.</p>
<p>Thanks again, keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by c9025295</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-326</link>
		<dc:creator>c9025295</dc:creator>
		<pubDate>Thu, 19 May 2011 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-326</guid>
		<description>thank you!</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Anchors from a Url in Javascript by Jonathan Rochkind</title>
		<link>http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/comment-page-1/#comment-119</link>
		<dc:creator>Jonathan Rochkind</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=22#comment-119</guid>
		<description>Actually, it DOES get easier than that! Check this out:

url = url.split(&quot;#&quot;)[0]</description>
		<content:encoded><![CDATA[<p>Actually, it DOES get easier than that! Check this out:</p>
<p>url = url.split(&#8220;#&#8221;)[0]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the pointer into the hand cursor in AS3 by Tony Lukasavage</title>
		<link>http://jelaniharris.com/2010/changing-the-pointer-into-the-hand-cursor-in-as3/comment-page-1/#comment-95</link>
		<dc:creator>Tony Lukasavage</dc:creator>
		<pubDate>Fri, 03 Dec 2010 14:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=133#comment-95</guid>
		<description>A simple, but very useful tip that everyone should be aware of.  Good stuff.</description>
		<content:encoded><![CDATA[<p>A simple, but very useful tip that everyone should be aware of.  Good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Case-insensitive replaceAll in Java by dansesacrale</title>
		<link>http://jelaniharris.com/2009/case-insensitive-replaceall-in-java/comment-page-1/#comment-94</link>
		<dc:creator>dansesacrale</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=67#comment-94</guid>
		<description>Hi, just wanted to let you know that this blog entry came up as the top hit on a Google search &quot;replaceall case insensitive&quot; (without quotes), and I found it helpful and well-written. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, just wanted to let you know that this blog entry came up as the top hit on a Google search &#8220;replaceall case insensitive&#8221; (without quotes), and I found it helpful and well-written. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a delay to JQuery Functions by Robbie</title>
		<link>http://jelaniharris.com/2008/adding-a-delay-to-jquery-functions/comment-page-1/#comment-93</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Sat, 13 Nov 2010 14:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://jelaniharris.com/?p=14#comment-93</guid>
		<description>Excellent post and very helpful. Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Excellent post and very helpful. Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

