<?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>Software Warlock &#187; regex</title>
	<atom:link href="http://softwareblog.morlok.net/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareblog.morlok.net</link>
	<description></description>
	<lastBuildDate>Sat, 10 Jul 2010 15:34:30 +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>WPF Regular Expression Test Utility</title>
		<link>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/</link>
		<comments>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:07:11 +0000</pubDate>
		<dc:creator>Warlock</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Development Tools]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=272</guid>
		<description><![CDATA[When working on .NET applications, I frequently need to test regular expressions I&#8217;m using in my code.  There are many good utilities out there to test regular expressions, but most are web-based and rely on Javascript for regular expression processing, which lacks support for .NET&#8217;s named captures.
In response, I built the a regex test [...]]]></description>
			<content:encoded><![CDATA[<p>When working on .NET applications, I frequently need to test regular expressions I&#8217;m using in my code.  There are many good utilities out there to test regular expressions, but most are web-based and rely on Javascript for regular expression processing, which lacks support for .NET&#8217;s named captures.</p>
<p>In response, I built the a regex test utility in WPF that has the following features:</p>
<ul>
<li>.NET syntax for regular expressions</li>
<li>Supports named capture groups</li>
<li>Gives real-time feedback (as you type) for the regular expression and the test input</li>
</ul>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 310px"><a href="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregexscreenshot.png"><img src="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregexscreenshot-300x88.png" alt="Screenshot of regex tester." title="TestRegex screenshot" width="300" height="88" class="size-medium wp-image-273" /></a><p class="wp-caption-text">Screenshot of regex tester.</p></div>
<p>The binary requires .NET 3.5 and is available <a href="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregex.zip">here</a>. The source can be found on GitHub <a href="http://github.com/rmorlok/TestRegexWPF">here</a>.</p>
<p>Also, for those of you working with .NET regular expressions, I&#8217;ve always found <a href="http://www.regular-expressions.info/dotnet.html">this site</a> a great resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
