<?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://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/</link>
	<description>Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:12:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve J.</title>
		<link>http://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/comment-page-1/#comment-36</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-36</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://blog.stefanjaeger.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.stefanjaeger.ch/2008/04/27/some-regular-expressions-examples-in-programmers-notepad/comment-page-1/#comment-35</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-35</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>
