<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - wizard04</title>
<link>http://snipplr.com/users/wizard04/tags/phone</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Feb 2012 01:40:45 GMT</pubDate>
<item>
<title>(Regular Expression) Regex for "tel" URIs</title>
<link>http://snipplr.com/view/11540/regex-for-tel-uris/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jan 2009 16:03:11 GMT</pubDate>
<guid>http://snipplr.com/view/11540/regex-for-tel-uris/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expressions for U.S. Phone Numbers</title>
<link>http://snipplr.com/view/7622/regular-expressions-for-us-phone-numbers/</link>
<description><![CDATA[ <p>(Created for JavaScript)

These are rather forgiving. Spaces, dashes, or periods are allowed as separators. Extensions can be recognized by several strings (#, x, x., ext, ext., extension).

Area code: $1$2  
Exchange code: $3  
Station code: $4  
Extension / Extra characters: $5

Separators are not accepted within the $3$4$5 portion of a vanity number.

Example: (540) 555-0123 ext.678 --> `($1$2) $3-$4 ext.$5`  
Example: 1-800-GOODFOOD --> `1-$1$2-$3$4$5`</p> ]]></description>
<pubDate>Thu, 31 Jul 2008 14:10:51 GMT</pubDate>
<guid>http://snipplr.com/view/7622/regular-expressions-for-us-phone-numbers/</guid>
</item>
</channel>
</rss>
