<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/regex/tags/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 11:04:34 GMT</pubDate>
<item>
<title>(Regular Expression) Email regExp - alvaroisorna</title>
<link>http://snipplr.com/view/9306/email-regexp/</link>
<description><![CDATA[ <p>This email regExp validation comes from dojo 1.1, though i've modified it so that it also validates .eu and .cat domains. It's very complete and handy.</p> ]]></description>
<pubDate>Mon, 27 Oct 2008 07:39:12 GMT</pubDate>
<guid>http://snipplr.com/view/9306/email-regexp/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expressions for U.S. Phone Numbers - wizard04</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>
<item>
<title>(Regular Expression) Match CSS and JS Comments - mikegreen</title>
<link>http://snipplr.com/view/7129/match-css-and-js-comments/</link>
<description><![CDATA[ <p>Matches CSS-style comments spanning one or multiple lines</p> ]]></description>
<pubDate>Sat, 05 Jul 2008 00:32:30 GMT</pubDate>
<guid>http://snipplr.com/view/7129/match-css-and-js-comments/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expressions For URI Validation/Parsing - wizard04</title>
<link>http://snipplr.com/view/6889/regular-expressions-for-uri-validationparsing/</link>
<description><![CDATA[ <p>(Supported by JavaScript, maybe other languages)</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 16:20:14 GMT</pubDate>
<guid>http://snipplr.com/view/6889/regular-expressions-for-uri-validationparsing/</guid>
</item>
<item>
<title>(Regular Expression) Remove multiple spaces from string - indianocean</title>
<link>http://snipplr.com/view/6760/remove-multiple-spaces-from-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 Jun 2008 09:19:12 GMT</pubDate>
<guid>http://snipplr.com/view/6760/remove-multiple-spaces-from-string/</guid>
</item>
</channel>
</rss>