<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>B and E Blog &#187; regular expressions (regexp)</title>
	<atom:link href="http://www.bandeblog.com/tags/regular-expressions-regexp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bandeblog.com</link>
	<description>Just a couple of opinionated nerds talking about ColdFusion, PHP, and technology in general.</description>
	<lastBuildDate>Tue, 27 Oct 2009 21:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ColdFusion REMatchAll</title>
		<link>http://www.bandeblog.com/2008/04/coldfusion-rematchall/</link>
		<comments>http://www.bandeblog.com/2008/04/coldfusion-rematchall/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 16:07:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[regular expressions (regexp)]]></category>
		<category><![CDATA[udf]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=15</guid>
		<description><![CDATA[This ColdFusion method offers functionality similar to PHP&#8217;s preg_match_all function.  It searches for the supplied regular expression in the supplied text.  The return value is an array with one entry for each time the pattern matches the string.  The array entries are structs with a numbered element for each parenthesized sub-expression within [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/04/coldfusion-rematchall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expression for Validating Email Addresses</title>
		<link>http://www.bandeblog.com/2008/03/regular-expression-for-validating-email-addresses/</link>
		<comments>http://www.bandeblog.com/2008/03/regular-expression-for-validating-email-addresses/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:40:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[regular expressions (regexp)]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=10</guid>
		<description><![CDATA[This is the regular expression I use to validate email addresses:
^[&#38;'*+\/=?^_{}~a-z0-9.-]+@([a-z0-9-]+\.)+[a-z0-9]+$
Thought it might be useful to some folks.  Most email validation regular expressions fail to allow all the valid characters before the @ sign (for example, you can have a +, an &#038; slashes, a single quote, =, ?, ^, _, {, }, ~, [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/03/regular-expression-for-validating-email-addresses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Review: Mastering Regular Expressions, 2nd Ed</title>
		<link>http://www.bandeblog.com/2008/03/book-review-mastering-regular-expressions-2nd-ed/</link>
		<comments>http://www.bandeblog.com/2008/03/book-review-mastering-regular-expressions-2nd-ed/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 17:59:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[regular expressions (regexp)]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=8</guid>
		<description><![CDATA[Mastering Regular Expressions, 2nd Edition
Author: Jeffrey E. F. Friedl
Publisher: O&#8217;Reilly
ISBN: 0-596-0289-0
Pages: 432
This book is one of those books that absolutely every developer of almost any language should own a copy of.  If you were to take every technical book away from me but one, this is the one I would choose to keep.
When I [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/03/book-review-mastering-regular-expressions-2nd-ed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
