<?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 to match UK residential telephone numbers</title>
	<atom:link href="http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/</link>
	<description>0000000000000000000000000000000000</description>
	<lastBuildDate>Tue, 05 Jul 2011 12:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: craig</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-6584</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Tue, 05 Jul 2011 12:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-6584</guid>
		<description>Can you confirm if the telephone number in the format: 020 8123 4567 is valid using the regex? All of the example accepted numbers work, a part form that format. Thanks</description>
		<content:encoded><![CDATA[<p>Can you confirm if the telephone number in the format: 020 8123 4567 is valid using the regex? All of the example accepted numbers work, a part form that format. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-32</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 24 Jul 2010 16:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-32</guid>
		<description>The London 020 area code is not the only (02x) area code.

So far, 023, 024, 028 and 029 are also in use. Those are 02x codes. There are no 02xx area codes.

The UK number format can be 2+8, 3+7, 4+6, 4+5, 5+5 or 5+4, where the leading 0 &#039;trunk code&#039; is not included in the digit count.

Ofcom maintain a detailed list of the allocations, published weekly as an Excel spreadsheet.</description>
		<content:encoded><![CDATA[<p>The London 020 area code is not the only (02x) area code.</p>
<p>So far, 023, 024, 028 and 029 are also in use. Those are 02x codes. There are no 02xx area codes.</p>
<p>The UK number format can be 2+8, 3+7, 4+6, 4+5, 5+5 or 5+4, where the leading 0 &#8216;trunk code&#8217; is not included in the digit count.</p>
<p>Ofcom maintain a detailed list of the allocations, published weekly as an Excel spreadsheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booshtukka</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-31</link>
		<dc:creator>booshtukka</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-31</guid>
		<description>I have amended the regular expression. See the article.</description>
		<content:encoded><![CDATA[<p>I have amended the regular expression. See the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan k</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-30</link>
		<dc:creator>alan k</dc:creator>
		<pubDate>Sun, 20 Jun 2010 19:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-30</guid>
		<description>Mobile phones in the UK also now use 074xx xxxxxx.

07624 is the Isle of Man, not the Channel Islands.</description>
		<content:encoded><![CDATA[<p>Mobile phones in the UK also now use 074xx xxxxxx.</p>
<p>07624 is the Isle of Man, not the Channel Islands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booshtukka</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-29</link>
		<dc:creator>booshtukka</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-29</guid>
		<description>Hi,

This is intended to be used for form validation. As such, if we can expect that a user may enter:

0208 123 4567
+44 (0) 208 123 4567

...we should allow those. They are valid, in my opinion, in that people may enter them, and it is trivial to convert these into a standard format for insertion into a database. This was originally written - as you correctly surmised - for mainland UK, and so the Channel islands were not supported. I should amend this though, you are correct, and I shall.

Thanks for your comment!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is intended to be used for form validation. As such, if we can expect that a user may enter:</p>
<p>0208 123 4567<br />
+44 (0) 208 123 4567</p>
<p>&#8230;we should allow those. They are valid, in my opinion, in that people may enter them, and it is trivial to convert these into a standard format for insertion into a database. This was originally written &#8211; as you correctly surmised &#8211; for mainland UK, and so the Channel islands were not supported. I should amend this though, you are correct, and I shall.</p>
<p>Thanks for your comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmh55</title>
		<link>http://zeroedandnoughted.com/regular-expression-to-match-uk-residential-telephone-numbers/#comment-28</link>
		<dc:creator>cmh55</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeroedandnoughted.com/?p=156#comment-28</guid>
		<description>**  076 is not a valid prefix. **

I am sure that people in the Channel islands (07624) will not be very impressed with that.

Mobile telephones in mainland UK recently started using 075xx too.

** 0208 123 4567 **

There is NO 0208 area code.  London is 020. Just 020.


**  +44 (0) 208 123 4567 **

The form with (0) in it is NOT valid.

http://revk.www.me.uk/2009/09/it-is-not-44-0207-123-4567.html

http://www.itu.int/rec/T-REC-E.123/en


Local numbers have between 4 and 8 digits. Area code (after zero) can be 2 to 5 digits long.  NSN count is 9 or 10 depending on the area.</description>
		<content:encoded><![CDATA[<p>**  076 is not a valid prefix. **</p>
<p>I am sure that people in the Channel islands (07624) will not be very impressed with that.</p>
<p>Mobile telephones in mainland UK recently started using 075xx too.</p>
<p>** 0208 123 4567 **</p>
<p>There is NO 0208 area code.  London is 020. Just 020.</p>
<p>**  +44 (0) 208 123 4567 **</p>
<p>The form with (0) in it is NOT valid.</p>
<p><a href="http://revk.www.me.uk/2009/09/it-is-not-44-0207-123-4567.html" rel="nofollow">http://revk.www.me.uk/2009/09/it-is-not-44-0207-123-4567.html</a></p>
<p><a href="http://www.itu.int/rec/T-REC-E.123/en" rel="nofollow">http://www.itu.int/rec/T-REC-E.123/en</a></p>
<p>Local numbers have between 4 and 8 digits. Area code (after zero) can be 2 to 5 digits long.  NSN count is 9 or 10 depending on the area.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

