<?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: v0.4 Release - Better regexps for Creating bugLinks</title>
	<atom:link href="http://blog.sidkalra.com/2009/01/v04-release-better-regexps-for-creating-buglinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sidkalra.com/2009/01/v04-release-better-regexps-for-creating-buglinks/</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 18:46:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sid</title>
		<link>http://blog.sidkalra.com/2009/01/v04-release-better-regexps-for-creating-buglinks/comment-page-1/#comment-33</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 18 Jan 2009 20:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sidkalra.com/?p=275#comment-33</guid>
		<description>Good point Gijs, I didn't know that there were bugs which don't have 6 digits. I guess I will have to adjust my regexps.

Thanks for the info</description>
		<content:encoded><![CDATA[<p>Good point Gijs, I didn&#8217;t know that there were bugs which don&#8217;t have 6 digits. I guess I will have to adjust my regexps.</p>
<p>Thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijs</title>
		<link>http://blog.sidkalra.com/2009/01/v04-release-better-regexps-for-creating-buglinks/comment-page-1/#comment-32</link>
		<dc:creator>Gijs</dc:creator>
		<pubDate>Sun, 18 Jan 2009 09:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sidkalra.com/?p=275#comment-32</guid>
		<description>Ah, also, for doing case insensitivity, there is the "i" flag for regexps - then you don't need to do [bB][uU][gG], but can just use "bug" as-is. Hope that helps!</description>
		<content:encoded><![CDATA[<p>Ah, also, for doing case insensitivity, there is the &#8220;i&#8221; flag for regexps - then you don&#8217;t need to do [bB][uU][gG], but can just use &#8220;bug&#8221; as-is. Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijs</title>
		<link>http://blog.sidkalra.com/2009/01/v04-release-better-regexps-for-creating-buglinks/comment-page-1/#comment-31</link>
		<dc:creator>Gijs</dc:creator>
		<pubDate>Sun, 18 Jan 2009 09:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sidkalra.com/?p=275#comment-31</guid>
		<description>Hi Sid,

Just a short note: believe it or not, but there are bug #s which do not have 6 digits and have not yet been closed, so people will refer to them from time to time, so I believe your regexps should be adapted to also cope with those. :-)

Best regards,
Gijs</description>
		<content:encoded><![CDATA[<p>Hi Sid,</p>
<p>Just a short note: believe it or not, but there are bug #s which do not have 6 digits and have not yet been closed, so people will refer to them from time to time, so I believe your regexps should be adapted to also cope with those. <img src='http://blog.sidkalra.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best regards,<br />
Gijs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
