<?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>eDesign.nl &#187; Regular Expressions</title>
	<atom:link href="http://www.edesign.nl/category/text-processing/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edesign.nl</link>
	<description>Thoughts and concepts on software development</description>
	<lastBuildDate>Fri, 08 Apr 2011 13:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular expression tester</title>
		<link>http://www.edesign.nl/2009/03/26/regular-expression-tester/</link>
		<comments>http://www.edesign.nl/2009/03/26/regular-expression-tester/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 02:41:36 +0000</pubDate>
		<dc:creator>Jurgen</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[Text processing]]></category>

		<guid isPermaLink="false">http://www.edesign.nl/?p=36</guid>
		<description><![CDATA[First one to be back is the simple but very useful regular expression tester. What it does is simply dump the contents of a pattern match and its subpattern matches. Developers might find this a useful tool not only to test their regular expressions, but also to see the way subpatterns are counted to use [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-44" href="http://www.edesign.nl/2009/03/26/regular-expression-tester/hipowl/"><img class="alignleft size-medium wp-image-44" title="O'Reilly Regular Expression Owl" src="http://www.edesign.nl/wp-content/uploads/2009/03/hipowl-234x300.png" alt="O'Reilly Regular Expression Owl" width="140" height="180" /></a>First one to be back is the simple but very useful <a href="http://search.oreilly.com/?q=regular+expressions">regular expression</a> tester. What it does is simply dump the contents of a pattern match and its subpattern matches. Developers might find this a useful tool not only to test their regular expressions, but also to see the way subpatterns are counted to use backreferences.</p>
<p>At the tester links to <a href="http://www.php.net/manual/en/pcre.pattern.php" target="_blank">PCRE documentation</a> (Perl Compatible Regular Expressions) are available. Also I would like to point to a handy <a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/" target="_blank">cheat sheet</a> on general regular expressions by <a href="http://www.addedbytes.com/" target="_blank">Dave Child</a> and another <a href="http://www.visibone.com/products/bbk14-15_425.html" target="_blank">cheat sheet</a> on JavaScript regular expressions from <a href="http://www.visibone.com/" target="_blank">Visibone</a>.</p>
<p>This tool is accessible again at <a href="http://regex.edesign.nl/" target="_blank">regex.edesign.nl</a> and can be downloaded there as wel (use the <a href="http://regex.edesign.nl/?show_source" target="_blank">src</a> link).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edesign.nl/2009/03/26/regular-expression-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
