<?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: Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET</title>
	<atom:link href="http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/</link>
	<description>Enhance your site with CGi, PHP and ASP scripts</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:32:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Dejan Fajfar</title>
		<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/comment-page-1/#comment-1867</link>
		<dc:creator>Dejan Fajfar</dc:creator>
		<pubDate>Sat, 10 Jul 2010 11:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/#comment-1867</guid>
		<description>Most developers know how to write regular expressions, almost none of them can read them. And if you are saying that you can. Well congratulations to you. You are one of the 0.1% of developers that can or you are one of those who think they can.
&lt;br /&gt;
&lt;br /&gt;The books physical appearance is so compact that it has become a permanent item on my working desk. And is often used.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>Most developers know how to write regular expressions, almost none of them can read them. And if you are saying that you can. Well congratulations to you. You are one of the 0.1% of developers that can or you are one of those who think they can.</p>
<p>The books physical appearance is so compact that it has become a permanent item on my working desk. And is often used.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Najarian</title>
		<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/comment-page-1/#comment-1866</link>
		<dc:creator>John Najarian</dc:creator>
		<pubDate>Sat, 10 Jul 2010 10:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/#comment-1866</guid>
		<description>One of the better OReilly books.  Very well written, great examples and explanations.  I highly recommend.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>One of the better OReilly books.  Very well written, great examples and explanations.  I highly recommend.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/comment-page-1/#comment-1865</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 10 Jul 2010 08:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/#comment-1865</guid>
		<description>Based on the .NET chapter it would appear that the author tackled too many implementations. It looked like all of the .NET stuff came from the SDK, sans discussion &amp; examples. &lt;p&gt;Developers worrying about an expression to be executed on several different platforms might find this type of overview helpful. How many folks do that though?
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>Based on the .NET chapter it would appear that the author tackled too many implementations. It looked like all of the .NET stuff came from the SDK, sans discussion &#038; examples.
<p>Developers worrying about an expression to be executed on several different platforms might find this type of overview helpful. How many folks do that though?<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X. Jia</title>
		<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/comment-page-1/#comment-1864</link>
		<dc:creator>X. Jia</dc:creator>
		<pubDate>Sat, 10 Jul 2010 08:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/#comment-1864</guid>
		<description>This is a great handy reference to compare several popular tools supporting regrex.
&lt;br /&gt;
&lt;br /&gt;While I found it may have an error. In page-70, say &quot;Both(vi and vim) use a DFA match engine.&quot;, while in another book &quot;Computer Science and Perl Programming&quot; page-91, the author of &quot;Mastering Regular Expressing&quot; Jeffrey Friedl said &quot;Perl has always used an NFA engine, as does vi, sed, GNU emacs, Python, Tcl, expect, and most version of grep&quot;. I knew these two engine are very much different, and vim regrex does support capturing and backreference(NFA engine). So I guess there&#039;s something wrong in this reference. Could the author check up this issue please? thanks.
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>This is a great handy reference to compare several popular tools supporting regrex.</p>
<p>While I found it may have an error. In page-70, say &#034;Both(vi and vim) use a DFA match engine.&#034;, while in another book &#034;Computer Science and Perl Programming&#034; page-91, the author of &#034;Mastering Regular Expressing&#034; Jeffrey Friedl said &#034;Perl has always used an NFA engine, as does vi, sed, GNU emacs, Python, Tcl, expect, and most version of grep&#034;. I knew these two engine are very much different, and vim regrex does support capturing and backreference(NFA engine). So I guess there&#039;s something wrong in this reference. Could the author check up this issue please? thanks.<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/comment-page-1/#comment-1863</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 10 Jul 2010 07:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/regular-expression-pocket-reference-regular-expressions-for-perl-ruby-php-python-c-java-and-net/#comment-1863</guid>
		<description>&quot;Regular Expression Pocket Reference&quot; is one of the hottest and most controversial books of the year! Stubblebine is a fluent polemicist with a gift for the Menckenesque invective...and he can harness such language to subtle, syllogistic argument. &lt;br&gt;Written with a great deal of passion, the real source of this book&#039;s strength - and it&#039;s usefulness - was it&#039;s painstaking marshalling of evidence. This has got to be the most popular nonfiction book in America.&lt;br&gt;More important that Stubblebine&#039;s other works, &quot;Clown management for midgets&quot;, this book addresses the much broader issues of Java and Perl and even delves into the murky recesses of C#. &lt;br&gt;Read it! Live it!
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>&#034;Regular Expression Pocket Reference&#034; is one of the hottest and most controversial books of the year! Stubblebine is a fluent polemicist with a gift for the Menckenesque invective&#8230;and he can harness such language to subtle, syllogistic argument. <br />Written with a great deal of passion, the real source of this book&#039;s strength &#8211; and it&#039;s usefulness &#8211; was it&#039;s painstaking marshalling of evidence. This has got to be the most popular nonfiction book in America.<br />More important that Stubblebine&#039;s other works, &#034;Clown management for midgets&#034;, this book addresses the much broader issues of Java and Perl and even delves into the murky recesses of C#. <br />Read it! Live it!<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.274 seconds -->

