<?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 for Belgian phone numbers</title>
	<atom:link href="http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/</link>
	<description>About Nepherte, Mosiah and the person behind</description>
	<lastBuildDate>Mon, 23 Aug 2010 03:54:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nepherte</title>
		<link>http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/comment-page-1/#comment-2785</link>
		<dc:creator>Nepherte</dc:creator>
		<pubDate>Sat, 11 Apr 2009 10:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=608#comment-2785</guid>
		<description>Since you wanted to trim out the spaces or dots, it can indeed be simplified to your version.</description>
		<content:encoded><![CDATA[<p>Since you wanted to trim out the spaces or dots, it can indeed be simplified to your version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimz</title>
		<link>http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/comment-page-1/#comment-2766</link>
		<dc:creator>dimz</dc:creator>
		<pubDate>Fri, 10 Apr 2009 21:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=608#comment-2766</guid>
		<description>I did this and it seems to be working ^[0]([1-9])([0-9]){7}$, maybe it&#039;s not as accurate as yours ?</description>
		<content:encoded><![CDATA[<p>I did this and it seems to be working ^[0]([1-9])([0-9]){7}$, maybe it&#8217;s not as accurate as yours ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nepherte</title>
		<link>http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/comment-page-1/#comment-2761</link>
		<dc:creator>Nepherte</dc:creator>
		<pubDate>Fri, 10 Apr 2009 18:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=608#comment-2761</guid>
		<description>If I remove the [/. ]? sections from the expression, it works over here. This would be the RE:
[0](?:\\d{1,2})?(?:\\d{2,3})(?:\\d{2})(?:\\d{2})

Perhaps you can give yours and an example of a phone number that fails?</description>
		<content:encoded><![CDATA[<p>If I remove the [/. ]? sections from the expression, it works over here. This would be the RE:<br />
[0](?:\\d{1,2})?(?:\\d{2,3})(?:\\d{2})(?:\\d{2})</p>
<p>Perhaps you can give yours and an example of a phone number that fails?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimz</title>
		<link>http://www.nepherte.be/regular-expression-for-belgian-phone-numbers/comment-page-1/#comment-2756</link>
		<dc:creator>dimz</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=608#comment-2756</guid>
		<description>Hi, I&#039;m looking for a regular expression like that, but without any spaces or characters between the numbers. I&#039;m not that good at regular expressions, I tried to remove the &quot;[/. ]?&quot; sections but it doesn&#039;t seem to work :-/. Any suggestions ?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m looking for a regular expression like that, but without any spaces or characters between the numbers. I&#8217;m not that good at regular expressions, I tried to remove the &#8220;[/. ]?&#8221; sections but it doesn&#8217;t seem to work :-/. Any suggestions ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
