<?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>SIGTTOU &#187; Web</title>
	<atom:link href="http://sigttou.com/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://sigttou.com</link>
	<description>Just another background process...</description>
	<lastBuildDate>Sun, 04 Jul 2010 02:08:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Awesome regex test tool</title>
		<link>http://sigttou.com/regex-test-tool</link>
		<comments>http://sigttou.com/regex-test-tool#comments</comments>
		<pubDate>Sat, 05 Sep 2009 06:27:44 +0000</pubDate>
		<dc:creator>Bob Somers</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://sigttou.com/?p=113</guid>
		<description><![CDATA[So I&#8217;m working with a friend to develop a regex that matches something out of an API response, when we really wish we could quickly prototype a regex. Now, there are plenty of tools to do this, some are even &#8230; <a href="http://sigttou.com/regex-test-tool">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working with a friend to develop a regex that matches something out of an API response, when we really wish we could quickly prototype a regex. Now, there are plenty of tools to do this, some are even freeware, but all them need to be downloaded and installed. I realize it sounds pathetic to say that I was too lazy to download and install a tool, but to be honest I really don&#8217;t need more tiny, rarely-used apps cluttering up my system. There&#8217;s <em>got</em> to be a web-based tool to do this, I thought.</p>
<p>Google did not disappoint. I found this <strong>awesome</strong> web-based regex test tool built on Adobe Flex called <a href="http://gskinner.com/RegExr/">RegExr</a>. If you&#8217;ve got Flash installed, it runs right in your browser.</p>
<p>Not only does it show you what it&#8217;s matching live as you type, what your match groups contain, what each chunk of your regex means, etc., but it&#8217;s also got a phenomenal quick-reference sidebar for all those handy meta-characters. You can even save your favorite regexs and browse other people&#8217;s favorite submissions.</p>
<p>We need more tools like this. I was able to quickly and easily prototype a regex in no time at all, and the app took about 10 seconds to figure out how to use.</p>
<p>Thanks, <a href="http://gskinner.com">gskinner.com</a>! You guys are awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://sigttou.com/regex-test-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
