<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Building Blocks &#187; regex</title>
	<atom:link href="http://joelhooks.com/category/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com</link>
	<description>[without unit tests] you&#039;re not refactoring; you&#039;re just changing shit. -Hamlet D&#039;Arcy</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:11:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
		<item>
		<title>Regular Expression resources and utilities.</title>
		<link>http://joelhooks.com/2008/02/09/regular-expression-resources-and-utilities/</link>
		<comments>http://joelhooks.com/2008/02/09/regular-expression-resources-and-utilities/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 21:47:58 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://joelhooks.com/2008/02/09/regular-expression-resources-and-utilities/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 5px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Regular expressions are like alien gibberish to me. It is easy to understand the concept of regex and see why it is a useful to syntax to comprehend. Fully understanding how and why they work is another story. I'm working on getting on top of that learning curve. Here are a few resources that I [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 5px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p>Regular expressions are like alien gibberish to me. It is easy to understand the concept of regex and see why it is a useful to syntax to comprehend. Fully understanding how and why they work is another story. I'm working on getting on top of that learning curve. Here are a few resources that I am finding useful in this climb.</p>
<p>There are a lot of tools out there for evaluating regular expressions. For windows I think <a href="http://www.ultrapico.com/Expresso.htm">Expresso</a> is a good choice. It has a 30 minute interactive tutorial and is free to download and use. It is .NET regex, but the features are close enough to E4X to be useful.</p>
<p><a href="http://www.oreilly.com/catalog/regex3/"></a>I Love Jack Daniels has MANY excellent cheat sheets, <a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/">including this one</a> for regular expressions.</p>
<p style="text-align: center"><a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/"><img src="http://69.164.207.135/wp-content/uploads/2008/02/regular_expressions_cheat_s.jpg" alt="regex cheat sheet" /></a></p>
<p>There are a number of <a href="http://www.regular-expressions.info/refflavors.html">flavors of regular expressions</a>. They are fundamentally similar, but it is good to know how they differ.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelhooks.com/2008/02/09/regular-expression-resources-and-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>

