<?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: Support escaping in regular expression replacement</title>
	<atom:link href="http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/</link>
	<description>It&#039;s all about me, mysql and Einstein.</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:08:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/comment-page-1/#comment-208833</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=113#comment-208833</guid>
		<description>You seem to be right Dave. I&#039;ve changed in in the article.</description>
		<content:encoded><![CDATA[<p>You seem to be right Dave. I&#8217;ve changed in in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/comment-page-1/#comment-208815</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 11 Oct 2009 22:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=113#comment-208815</guid>
		<description>Thanks for the really helpful post, this is going to come in very handy.  However, I think the negative lookbehind should have the question mark before the less than symbol.

http://www.regular-expressions.info/lookaround.html</description>
		<content:encoded><![CDATA[<p>Thanks for the really helpful post, this is going to come in very handy.  However, I think the negative lookbehind should have the question mark before the less than symbol.</p>
<p><a href="http://www.regular-expressions.info/lookaround.html" rel="nofollow">http://www.regular-expressions.info/lookaround.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/comment-page-1/#comment-94534</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Mon, 12 Jan 2009 08:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=113#comment-94534</guid>
		<description>Hi Jordi,

The + isn&#039;t useless, it&#039;s there to increase performance. When the expression fails because of an uneven number of backslashes, it doesn&#039;t need to try the expression for each backslash, because they all will fail. Using a &lt;a href=&quot;http://www.regular-expressions.info/possessive.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;possessive quantifier (*+ or ++)&lt;/a&gt; prevents this.</description>
		<content:encoded><![CDATA[<p>Hi Jordi,</p>
<p>The + isn&#8217;t useless, it&#8217;s there to increase performance. When the expression fails because of an uneven number of backslashes, it doesn&#8217;t need to try the expression for each backslash, because they all will fail. Using a <a href="http://www.regular-expressions.info/possessive.html" target="_blank" rel="nofollow">possessive quantifier (*+ or ++)</a> prevents this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi Boggiano</title>
		<link>http://www.jasny.net/articles/support-escaping-in-regular-expression-replacement/comment-page-1/#comment-93254</link>
		<dc:creator>Jordi Boggiano</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=113#comment-93254</guid>
		<description>Just a small note, although it doesn&#039;t change anything, in the final regex, &quot;*+&quot; an useless +.</description>
		<content:encoded><![CDATA[<p>Just a small note, although it doesn&#8217;t change anything, in the final regex, &#8220;*+&#8221; an useless +.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
