<?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: java.lang.IllegalArgumentException: Illegal group reference in String.replaceAll</title>
	<atom:link href="http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/</link>
	<description>Java / Web developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:27:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raghavan alias Saravanan M</title>
		<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/comment-page-1/#comment-44254</link>
		<dc:creator>Raghavan alias Saravanan M</dc:creator>
		<pubDate>Sat, 15 Oct 2011 09:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1239#comment-44254</guid>
		<description>A good post!

// This incident reminds me that debugging can teach us a lot than the actual development.//

Well said :)</description>
		<content:encoded><![CDATA[<p>A good post!</p>
<p>// This incident reminds me that debugging can teach us a lot than the actual development.//</p>
<p>Well said <img src='http://veerasundar.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Hammad</title>
		<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/comment-page-1/#comment-44124</link>
		<dc:creator>Ali Hammad</dc:creator>
		<pubDate>Fri, 14 Oct 2011 11:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1239#comment-44124</guid>
		<description>Thank you very much Veera, that solved my problem. A huge string that may take a whole day to find the error. I just removed $ and its working, wow, what a fail:P</description>
		<content:encoded><![CDATA[<p>Thank you very much Veera, that solved my problem. A huge string that may take a whole day to find the error. I just removed $ and its working, wow, what a fail:P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/comment-page-1/#comment-26225</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Thu, 28 Apr 2011 06:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1239#comment-26225</guid>
		<description>that should word.</description>
		<content:encoded><![CDATA[<p>that should word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philon</title>
		<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/comment-page-1/#comment-26138</link>
		<dc:creator>Philon</dc:creator>
		<pubDate>Wed, 27 Apr 2011 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1239#comment-26138</guid>
		<description>dudes,

	String oldPattern = Pattern.quote( aOldPattern );
	String newPattern = Matcher.quoteReplacement( aNewPattern );
	return aInput.replaceAll( oldPattern, newPattern );</description>
		<content:encoded><![CDATA[<p>dudes,</p>
<p>	String oldPattern = Pattern.quote( aOldPattern );<br />
	String newPattern = Matcher.quoteReplacement( aNewPattern );<br />
	return aInput.replaceAll( oldPattern, newPattern );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thizz</title>
		<link>http://veerasundar.com/blog/2010/01/java-lang-illegalargumentexception-illegal-group-reference-in-string-replaceall/comment-page-1/#comment-8475</link>
		<dc:creator>thizz</dc:creator>
		<pubDate>Fri, 29 Oct 2010 10:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1239#comment-8475</guid>
		<description>thx you saved a lot of my time</description>
		<content:encoded><![CDATA[<p>thx you saved a lot of my time</p>
]]></content:encoded>
	</item>
</channel>
</rss>

