<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - dreadwarrior</title>
<link>http://snipplr.com/users/dreadwarrior/tags/regular</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 09:48:13 GMT</pubDate>
<item>
<title>(Regular Expression) Regular Expression, getting all parts of a E-Mail Date Header field</title>
<link>http://snipplr.com/view/17316/regular-expression-getting-all-parts-of-a-email-date-header-field/</link>
<description><![CDATA[ <p>This snippet is useful if you want to extract the relevant parts out of an Date header field of an email message. It was created according to the [RFC 5322 rules](http://tools.ietf.org/html/rfc5322#page-15 "RFC 5322, Page 15"). It supports named capturing groups for easier access of the date parts.

tested in PHP 5.2.6

2do:

* deal with obs-% data</p> ]]></description>
<pubDate>Wed, 22 Jul 2009 03:48:17 GMT</pubDate>
<guid>http://snipplr.com/view/17316/regular-expression-getting-all-parts-of-a-email-date-header-field/</guid>
</item>
</channel>
</rss>