<?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: Some Regular Expressions Examples in Programmer&#8217;s Notepad</title>
	<atom:link href="http://teamzone.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://teamzone.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/</link>
	<description>Welcome to the Joint-Venture Blog from Fabio Cortesi and Stefan Jäger.</description>
	<lastBuildDate>Fri, 20 May 2011 09:53:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Steve J.</title>
		<link>http://teamzone.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/comment-page-1/#comment-9</link>
		<dc:creator>Steve J.</dc:creator>
		<pubDate>Mon, 28 Apr 2008 11:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/#comment-9</guid>
		<description>Just tried the new version. It&#039;s really good. \d or \w is supported and to use of brackets without the backslashes makes it really simple to read. Just how Regular Expression should be ;-) Thanks!</description>
		<content:encoded><![CDATA[<p>Just tried the new version. It&#8217;s really good. \d or \w is supported and to use of brackets without the backslashes makes it really simple to read. Just how Regular Expression should be <img src='http://teamzone.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://teamzone.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/comment-page-1/#comment-8</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 28 Apr 2008 10:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/#comment-8</guid>
		<description>Hi Steve, the next version of Programmer&#039;s Notepad includes a full-featured regular expression engine for text searching so you&#039;ll get the following:

Support for ?
Counted matches ([0-9]{4} for year)
Proper group/capture syntax, \([a-z]\) becomes ([a-z])
Back references
... everything else you&#039;d expect.

You can try this code now by downloading the first 2.0.9 release at http://pnotepad.googlecode.com/</description>
		<content:encoded><![CDATA[<p>Hi Steve, the next version of Programmer&#8217;s Notepad includes a full-featured regular expression engine for text searching so you&#8217;ll get the following:</p>
<p>Support for ?<br />
Counted matches ([0-9]{4} for year)<br />
Proper group/capture syntax, \([a-z]\) becomes ([a-z])<br />
Back references<br />
&#8230; everything else you&#8217;d expect.</p>
<p>You can try this code now by downloading the first 2.0.9 release at <a href="http://pnotepad.googlecode.com/" rel="nofollow">http://pnotepad.googlecode.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

