<?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: Fun with Java RegEx String Replacement</title>
	<atom:link href="http://www.darcynorman.net/2005/10/17/fun-with-java-regex-string-replacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/10/17/fun-with-java-regex-string-replacement/</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:25:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rene</title>
		<link>http://www.darcynorman.net/2005/10/17/fun-with-java-regex-string-replacement/#comment-182034</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Sat, 10 May 2008 17:56:43 +0000</pubDate>
		<guid isPermaLink="false">191791800#comment-182034</guid>
		<description>This is my favorite reference: http://www.regular-expressions.info</description>
		<content:encoded><![CDATA[<p>This is my favorite reference: <a href="http://www.regular-expressions.info" rel="nofollow">http://www.regular-expressions.info</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helge Staedtler</title>
		<link>http://www.darcynorman.net/2005/10/17/fun-with-java-regex-string-replacement/#comment-80302</link>
		<dc:creator>Helge Staedtler</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">191791800#comment-80302</guid>
		<description>Oh yeah, I think replacing stuff with RegEx is nearly as complex as doing the complete search-replace-algorithm yourself. Do you know a good source of an &quot;idiots guide to RegEx&quot;? Somthing foolproof that explains how this stuff works in human speak not in tech-speak? I mean hey it is only some small little String which is needed for RegEx to work, but to figure out which string you need will cost you so much time. You have to wrap you head around machine-thinking I reall dislike dangeling my head with machine-thinking like this.

I tried making sense of RegEx several times without getting what I wanted. So I did my own recursive (computingtime-saving) Search-and-Replace-Engine, which I can feed with human-readable and understandable rules.</description>
		<content:encoded><![CDATA[<p>Oh yeah, I think replacing stuff with RegEx is nearly as complex as doing the complete search-replace-algorithm yourself. Do you know a good source of an &#8220;idiots guide to RegEx&#8221;? Somthing foolproof that explains how this stuff works in human speak not in tech-speak? I mean hey it is only some small little String which is needed for RegEx to work, but to figure out which string you need will cost you so much time. You have to wrap you head around machine-thinking I reall dislike dangeling my head with machine-thinking like this.</p>
<p>I tried making sense of RegEx several times without getting what I wanted. So I did my own recursive (computingtime-saving) Search-and-Replace-Engine, which I can feed with human-readable and understandable rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/10/17/fun-with-java-regex-string-replacement/#comment-80303</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">191791800#comment-80303</guid>
		<description>There&#039;s a pretty good doc. on regex built into the BBEdit Help section. Other than that, I just keep hitting The Goog (or del.icio.us for &quot;regex&quot; ). I wonder if there&#039;s a decent Wikipedia article?</description>
		<content:encoded><![CDATA[<p>There&#8217;s a pretty good doc. on regex built into the BBEdit Help section. Other than that, I just keep hitting The Goog (or del.icio.us for &#8220;regex&#8221; ). I wonder if there&#8217;s a decent Wikipedia article?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
