<?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.util.regex.PatternSyntaxException: Unclosed character class</title>
	<atom:link href="http://www.techpitcher.com/javautilregexpatternsyntaxexception-unclosed-character-class.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/javautilregexpatternsyntaxexception-unclosed-character-class.html</link>
	<description></description>
	<lastBuildDate>Thu, 07 Apr 2011 07:04:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Expert</title>
		<link>http://www.techpitcher.com/javautilregexpatternsyntaxexception-unclosed-character-class.html/comment-page-1#comment-233</link>
		<dc:creator>Expert</dc:creator>
		<pubDate>Sun, 24 Jan 2010 07:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=175#comment-233</guid>
		<description>This error can be encountered while splitting a string or using string.replaceAll(”string which contains a special character”,”x”)
Following are the special characters in java regular expressions. If you have any one of them in your input string, then you will face this exception.
Use the common methodology of backslash to escape such characters.</description>
		<content:encoded><![CDATA[<p>This error can be encountered while splitting a string or using string.replaceAll(”string which contains a special character”,”x”)<br />
Following are the special characters in java regular expressions. If you have any one of them in your input string, then you will face this exception.<br />
Use the common methodology of backslash to escape such characters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

