<?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: Validate Phone Numbers: A Detailed Guide</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/validate-phone-number/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/validate-phone-number</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:50:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tagesgeld-Anleger</title>
		<link>http://blog.stevenlevithan.com/archives/validate-phone-number/comment-page-1#comment-57850</link>
		<dc:creator>Tagesgeld-Anleger</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=275#comment-57850</guid>
		<description>Works this also with european or german numbers or is it restricted to american numbers?</description>
		<content:encoded><![CDATA[<p>Works this also with european or german numbers or is it restricted to american numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.stevenlevithan.com/archives/validate-phone-number/comment-page-1#comment-49400</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=275#comment-49400</guid>
		<description>Is there a way to combine the North America validation with the international in one regex?</description>
		<content:encoded><![CDATA[<p>Is there a way to combine the North America validation with the international in one regex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Wegerson</title>
		<link>http://blog.stevenlevithan.com/archives/validate-phone-number/comment-page-1#comment-48283</link>
		<dc:creator>William Wegerson</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=275#comment-48283</guid>
		<description>It would be better served (IMHO) to use the static method in .Net such as:

if (Regex.IsMatch( ) ) { } 

Use of static method differs from the instantiated one in the pattern is placed in the regex pattern cache for future use without compiling it. &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/8zbs0h2f(VS.100).aspx&quot; rel=&quot;nofollow&quot;&gt;Compilation and Reuse&lt;/a&gt;.

HTH</description>
		<content:encoded><![CDATA[<p>It would be better served (IMHO) to use the static method in .Net such as:</p>
<p>if (Regex.IsMatch( ) ) { } </p>
<p>Use of static method differs from the instantiated one in the pattern is placed in the regex pattern cache for future use without compiling it. <a href="http://msdn.microsoft.com/en-us/library/8zbs0h2f(VS.100).aspx" rel="nofollow">Compilation and Reuse</a>.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-02-09 &#124; LaptopHeaven&#39;s Blog</title>
		<link>http://blog.stevenlevithan.com/archives/validate-phone-number/comment-page-1#comment-47504</link>
		<dc:creator>links for 2010-02-09 &#124; LaptopHeaven&#39;s Blog</dc:creator>
		<pubDate>Wed, 10 Feb 2010 04:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=275#comment-47504</guid>
		<description>[...] Validating and Formatting Phone Numbers (North American and International) Using Regular Expressions (tags: howto regex) [...]</description>
		<content:encoded><![CDATA[<p>[...] Validating and Formatting Phone Numbers (North American and International) Using Regular Expressions (tags: howto regex) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
