<?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: Regex syntax drama in Java</title>
	<atom:link href="http://www.redstream.nl/2008/01/01/regex-syntax-drama-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redstream.nl/2008/01/01/regex-syntax-drama-in-java/</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:18:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pandu</title>
		<link>http://www.redstream.nl/2008/01/01/regex-syntax-drama-in-java/comment-page-1/#comment-252</link>
		<dc:creator>pandu</dc:creator>
		<pubDate>Thu, 24 Apr 2008 16:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/2008/01/01/regex-syntax-drama-in-java/#comment-252</guid>
		<description>nice help!!!thanks a lot for the explanation.</description>
		<content:encoded><![CDATA[<p>nice help!!!thanks a lot for the explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Augustinus</title>
		<link>http://www.redstream.nl/2008/01/01/regex-syntax-drama-in-java/comment-page-1/#comment-251</link>
		<dc:creator>Rob Augustinus</dc:creator>
		<pubDate>Wed, 27 Feb 2008 22:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/2008/01/01/regex-syntax-drama-in-java/#comment-251</guid>
		<description>That&#039;s an inherent problem with regular expressions. They become quite unreadable, but
they are oh so powerfull. I am currently working with the following regex : &quot;\\$[a-zA-z[.]]&quot;
which basically pulls out all $objectname.getter.maybeanothergetter like strings which will
be replaced with some values provided by some reflection code.

Question remains, how can I tell the end of the string to replace if it doesn&#039;t end with
a special character (like a space or another delimiter?:-) Otoh this is not a problem (yet),
and a possible solution would be to specify some other character to denote the end
of the string (maybe some brackets).</description>
		<content:encoded><![CDATA[<p>That&#8217;s an inherent problem with regular expressions. They become quite unreadable, but<br />
they are oh so powerfull. I am currently working with the following regex : &#8220;\\$[a-zA-z[.]]&#8221;<br />
which basically pulls out all $objectname.getter.maybeanothergetter like strings which will<br />
be replaced with some values provided by some reflection code.</p>
<p>Question remains, how can I tell the end of the string to replace if it doesn&#8217;t end with<br />
a special character (like a space or another delimiter?:-) Otoh this is not a problem (yet),<br />
and a possible solution would be to specify some other character to denote the end<br />
of the string (maybe some brackets).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

