<?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/favorites/Scooter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 08:43:34 GMT</pubDate>
<item>
<title>(PHP) all spaces become single spaces regex - Scooter</title>
<link>http://snipplr.com/view/8152/all-spaces-become-single-spaces-regex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Sep 2008 11:57:38 GMT</pubDate>
<guid>http://snipplr.com/view/8152/all-spaces-become-single-spaces-regex/</guid>
</item>
<item>
<title>(ASP) Prevent SQL Injection - Scooter</title>
<link>http://snipplr.com/view/8140/prevent-sql-injection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Sep 2008 09:21:01 GMT</pubDate>
<guid>http://snipplr.com/view/8140/prevent-sql-injection/</guid>
</item>
<item>
<title>(HTML) HTML Test Page for CSS Style Guide - Scooter</title>
<link>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</link>
<description><![CDATA[ <p>Great page for testing the style guide for a website.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 10:12:18 GMT</pubDate>
<guid>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</guid>
</item>
<item>
<title>(PHP) what season is it - Scooter</title>
<link>http://snipplr.com/view/8090/what-season-is-it/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Aug 2008 22:08:58 GMT</pubDate>
<guid>http://snipplr.com/view/8090/what-season-is-it/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expressions for U.S. Phone Numbers - Scooter</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>(HTML) Tableless forms - Scooter</title>
<link>http://snipplr.com/view/7382/tableless-forms/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Jul 2008 15:50:54 GMT</pubDate>
<guid>http://snipplr.com/view/7382/tableless-forms/</guid>
</item>
</channel>
</rss>