<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Regex Lab .NET</title><link>http://regexlab.codeplex.com/project/feeds/rss</link><description>Regex Lab .NET is a full-featured application for editing regular expressions &amp;#40;or regex patterns&amp;#41;. The application features a modern, highly functional UI for writing or debugging regular expression patterns. It is written with C&amp;#35; and WinForms.</description><item><title>Reviewed: Original Release (Nov 14, 2012)</title><link>http://regexlab.codeplex.com/releases/view/63887#ReviewBy-corin93</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - An excellent and helpful tool. Nice work&amp;#33;</description><author>corin93</author><pubDate>Wed, 14 Nov 2012 12:28:45 GMT</pubDate><guid isPermaLink="false">Reviewed: Original Release (Nov 14, 2012) 20121114122845P</guid></item><item><title>New Post: Feature Idea:  Consider only highlighted text (if any) as regex</title><link>http://regexlab.codeplex.com/discussions/399193</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It would be quite useful if only a highlighted portion of the pattern text was considered as the regex pattern and the execute function would only use the highlighted segment. &amp;nbsp;I realize that one can leave the highlighted portion and delete the rest
 of the pattern, press execute, then hit the undo button. &amp;nbsp;But being able to quickly run a highlighted segment of a complicated pattern &amp;nbsp;would be very helpful. &amp;nbsp;Another idea would be to have a list of patterns with execute running against the
 selected list item (or if a portion is highlighted, against that portion).&lt;/p&gt;
&lt;/div&gt;</description><author>CalvinDale2</author><pubDate>Fri, 12 Oct 2012 23:42:44 GMT</pubDate><guid isPermaLink="false">New Post: Feature Idea:  Consider only highlighted text (if any) as regex 20121012114244P</guid></item><item><title>Source code checked in, #19567</title><link>http://regexlab.codeplex.com/SourceControl/changeset/changes/19567</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:37:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19567 20121001093729P</guid></item><item><title>Source code checked in, #19566</title><link>http://regexlab.codeplex.com/SourceControl/changeset/changes/19566</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:36:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19566 20121001093609P</guid></item><item><title>Reviewed: Original Release (Oct 04, 2011)</title><link>http://regexlab.codeplex.com/releases/view/63887#ReviewBy-Daniel</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - More robust and less bloated than other similar tools.  Great job&amp;#33;</description><author>Daniel</author><pubDate>Wed, 05 Oct 2011 01:21:03 GMT</pubDate><guid isPermaLink="false">Reviewed: Original Release (Oct 04, 2011) 20111005012103A</guid></item><item><title>Created Issue: Group[0] is Missing. [403]</title><link>http://regexlab.codeplex.com/workitem/403</link><description>I tested the string minus the double quotes, &amp;#34;&amp;#60;abc&amp;#62;&amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&amp;#34;, found in the link below with the regular expression &amp;#34;&amp;#94;&amp;#91;&amp;#94;&amp;#60;&amp;#62;&amp;#93;&amp;#42;&amp;#40;&amp;#40;&amp;#40;&amp;#63;&amp;#39;Open&amp;#39;&amp;#60;&amp;#41;&amp;#91;&amp;#94;&amp;#60;&amp;#62;&amp;#93;&amp;#42;&amp;#41;&amp;#43;&amp;#40;&amp;#40;&amp;#63;&amp;#39;Close-Open&amp;#39;&amp;#62;&amp;#41;&amp;#91;&amp;#94;&amp;#60;&amp;#62;&amp;#93;&amp;#42;&amp;#41;&amp;#43;&amp;#41;&amp;#42;&amp;#40;&amp;#63;&amp;#40;Open&amp;#41;&amp;#40;&amp;#63;&amp;#33;&amp;#41;&amp;#41;&amp;#36;&amp;#34;.  I see that the group&amp;#91;0&amp;#93; is missing.  Also, it would be nice to include the caputres too. &lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;bs2twtah.aspx&amp;#35;balancing_group_definition&lt;br /&gt;&lt;br /&gt;Their output&amp;#58;                                                                &lt;br /&gt;&amp;#47;&amp;#47; The example displays the following output&amp;#58;&lt;br /&gt;&amp;#47;&amp;#47;    Input&amp;#58; &amp;#34;&amp;#60;abc&amp;#62;&amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&amp;#34;&lt;br /&gt;&amp;#47;&amp;#47;    Match&amp;#58; &amp;#34;&amp;#60;abc&amp;#62;&amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&amp;#34;&lt;br /&gt;&amp;#47;&amp;#47;       Group 0&amp;#58; &amp;#60;abc&amp;#62;&amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 0&amp;#58; &amp;#60;abc&amp;#62;&amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;       Group 1&amp;#58; &amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 0&amp;#58; &amp;#60;abc&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 1&amp;#58; &amp;#60;mno&amp;#60;xyz&amp;#62;&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;       Group 2&amp;#58; &amp;#60;xyz&lt;br /&gt;&amp;#47;&amp;#47;          Capture 0&amp;#58; &amp;#60;abc&lt;br /&gt;&amp;#47;&amp;#47;          Capture 1&amp;#58; &amp;#60;mno&lt;br /&gt;&amp;#47;&amp;#47;          Capture 2&amp;#58; &amp;#60;xyz&lt;br /&gt;&amp;#47;&amp;#47;       Group 3&amp;#58; &amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 0&amp;#58; &amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 1&amp;#58; &amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 2&amp;#58; &amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;       Group 4&amp;#58;&lt;br /&gt;&amp;#47;&amp;#47;       Group 5&amp;#58; mno&amp;#60;xyz&amp;#62;&lt;br /&gt;&amp;#47;&amp;#47;          Capture 0&amp;#58; abc&lt;br /&gt;&amp;#47;&amp;#47;          Capture 1&amp;#58; xyz&lt;br /&gt;&amp;#47;&amp;#47;          Capture 2&amp;#58; mno&amp;#60;xyz&amp;#62;&lt;br /&gt;</description><author>nshifter</author><pubDate>Wed, 03 Aug 2011 00:06:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Group[0] is Missing. [403] 20110803120632A</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Project Description&lt;/h2&gt;
&lt;p&gt;Regex Lab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Simple, elegant UI &lt;/li&gt;&lt;li&gt;Supports all regex operations: matches, replacements and splits &lt;/li&gt;&lt;li&gt;Detailed match analysis with group breakdown &lt;/li&gt;&lt;li&gt;Syntax-highlighted editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Live highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;&lt;a title="Regex Workbench" href="http://archive.msdn.microsoft.com/RegexWorkbench" target="_blank"&gt;Regex Workbench&lt;/a&gt; pattern analysis
&lt;/li&gt;&lt;li&gt;Save and load expressions &lt;/li&gt;&lt;li&gt;Generate code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in &lt;a title="Regexlib.com" href="http://www.regexlib.com" target="_blank"&gt;
RegexLib.com&lt;/a&gt; search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;li&gt;No 3rd party dependencies - just a single executable file &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Next Version&lt;/h2&gt;
&lt;p&gt;I am also working on a new version which would consist of a full rewrite. Next version features planned so far:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scintilla-based editors (using &lt;a href="http://scintillanet.codeplex.com/"&gt;ScintillaNET&lt;/a&gt; project)
&lt;/li&gt;&lt;li&gt;Ribbon UI with full regex elements and integrated documentation (using &amp;#65279;&lt;a href="http://windowsribbon.codeplex.com/"&gt;Windows Ribbon for WinForms&lt;/a&gt; project)
&lt;/li&gt;&lt;li&gt;Pattern builder UI (inspired&amp;nbsp;from RegexBuddy) &lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/en-us/projects/rex/" target="_blank"&gt;Rex&lt;/a&gt; integration for pattern exploration
&lt;/li&gt;&lt;li&gt;Better pattern analysis presentation (analysis based on Regex Workbench) &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Tue, 12 Apr 2011 11:49:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110412114911A</guid></item><item><title>Reviewed: Original Release (Apr 08, 2011)</title><link>http://regexlab.codeplex.com/releases/view/63887#ReviewBy-jflegault</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - A good tool&amp;#33;</description><author>jflegault</author><pubDate>Fri, 08 Apr 2011 18:24:27 GMT</pubDate><guid isPermaLink="false">Reviewed: Original Release (Apr 08, 2011) 20110408062427P</guid></item><item><title>New Post: Blank Line Match in Single Line mode?</title><link>http://regexlab.codeplex.com/discussions/253020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I envisioned a column to the left of the "text to match" (1-2 em wide) with glyphs or a match count or something like that (not sure if it would apply to multi-line match, maybe not).&amp;nbsp; Think like the breakpoint column in VS, but less ugly (think resharper where they do cool stuff in the left column to highlight line status - that could have some cool&amp;nbsp;application to multi-line matches).&lt;/p&gt;&lt;/div&gt;</description><author>tlaqua</author><pubDate>Fri, 08 Apr 2011 00:59:31 GMT</pubDate><guid isPermaLink="false">New Post: Blank Line Match in Single Line mode? 20110408125931A</guid></item><item><title>Created Issue: No visual indication of zero-width matches [201]</title><link>http://regexlab.codeplex.com/workitem/201</link><description>Since matches are highlighted &amp;#40;a text range in the textbox&amp;#41;, zero-width matches are not shown visually.&lt;br /&gt;</description><author>extrabacon</author><pubDate>Thu, 07 Apr 2011 23:49:07 GMT</pubDate><guid isPermaLink="false">Created Issue: No visual indication of zero-width matches [201] 20110407114907P</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Project Description&lt;/h2&gt;
&lt;p&gt;Regex Lab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Simple, elegant UI &lt;/li&gt;&lt;li&gt;Supports all regex operations: matches, replacements and splits &lt;/li&gt;&lt;li&gt;Detailed match analysis with group breakdown &lt;/li&gt;&lt;li&gt;Syntax highlighed editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Live highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;&lt;a title="Regex Workbench" href="http://archive.msdn.microsoft.com/RegexWorkbench" target="_blank"&gt;Regex Workbench&lt;/a&gt; pattern analysis
&lt;/li&gt;&lt;li&gt;Save and reload expressions &lt;/li&gt;&lt;li&gt;Generate code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in &lt;a title="Regexlib.com" href="http://www.regexlib.com" target="_blank"&gt;
RegexLib.com&lt;/a&gt; search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;li&gt;No 3rd party dependencies - just a single executable file &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;h2&gt;Next Version&lt;/h2&gt;
&lt;p&gt;I am also working on a new version which would consist of a full rewrite. Next version features planned so far:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Scintilla-based editors (using &lt;a href="http://scintillanet.codeplex.com/"&gt;ScintillaNET&lt;/a&gt; project)
&lt;/li&gt;&lt;li&gt;Ribbon UI with full regex elements and integrated documentation (using &amp;#65279;&lt;a href="http://windowsribbon.codeplex.com/"&gt;Windows Ribbon for WinForms&lt;/a&gt; project)
&lt;/li&gt;&lt;li&gt;Pattern builder UI (inspired&amp;nbsp;from RegexBuddy) &lt;/li&gt;&lt;li&gt;&lt;a href="http://research.microsoft.com/en-us/projects/rex/" target="_blank"&gt;Rex&lt;/a&gt; integration for pattern exploration
&lt;/li&gt;&lt;li&gt;Better pattern analysis presentation (analysis based on Regex Workbench) &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Thu, 07 Apr 2011 23:47:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110407114724P</guid></item><item><title>New Post: Blank Line Match in Single Line mode?</title><link>http://regexlab.codeplex.com/discussions/253020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is great feedback. Not sure how to fix it either ;)&lt;/p&gt;
&lt;p&gt;I plan to use Scintilla-based editors in the next version instead of rich textboxes. Maybe we can add a visual glyph for zero-width matches.&lt;/p&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Thu, 07 Apr 2011 23:33:03 GMT</pubDate><guid isPermaLink="false">New Post: Blank Line Match in Single Line mode? 20110407113303P</guid></item><item><title>New Post: Blank Line Match in Single Line mode?</title><link>http://regexlab.codeplex.com/discussions/253020</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If you set it to one match per line (ctrl+shift+L) and have a blank line that matches, theres no character to highlight on the line so the blank line doesn't get any attention...&amp;nbsp; Not sure how to fix it really, Just thought i'd point it out.&amp;nbsp; Maybe some sort of&amp;nbsp;opaque arrow indicating a nonprintable match on the line&amp;nbsp;or something?&amp;nbsp;-&lt;/p&gt;
&lt;p&gt;example pattern: &lt;strong&gt;^(?!foo).*$&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Text:&lt;/p&gt;
&lt;div style="background-color: #eeeeee;"&gt;&lt;span style="background-color: yellow;"&gt;asdf&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: cyan;"&gt;bar&lt;/span&gt;&lt;br /&gt;foo&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: cyan;"&gt;more random text&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;This is 4 matches, but only 3 lines have visual indication of a match&lt;/p&gt;&lt;/div&gt;</description><author>tlaqua</author><pubDate>Thu, 07 Apr 2011 20:36:39 GMT</pubDate><guid isPermaLink="false">New Post: Blank Line Match in Single Line mode? 20110407083639P</guid></item><item><title>Reviewed: Original Release (Apr 07, 2011)</title><link>http://regexlab.codeplex.com/releases/view/63887#ReviewBy-tlaqua</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Nice.  Did exactly what I needed.  Keep up the good work&amp;#33;</description><author>tlaqua</author><pubDate>Thu, 07 Apr 2011 20:26:39 GMT</pubDate><guid isPermaLink="false">Reviewed: Original Release (Apr 07, 2011) 20110407082639P</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Project Description&lt;/h2&gt;
&lt;p&gt;Regex Lab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Simple, elegant UI &lt;/li&gt;&lt;li&gt;Supports all regex operations: matches, replacements and splits &lt;/li&gt;&lt;li&gt;Detailed match analysis with group breakdown &lt;/li&gt;&lt;li&gt;Syntax highlighed editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Live highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;&lt;a title="Regex Workbench" href="http://archive.msdn.microsoft.com/RegexWorkbench" target="_blank"&gt;Regex Workbench&lt;/a&gt; pattern analysis
&lt;/li&gt;&lt;li&gt;Save and reload expressions &lt;/li&gt;&lt;li&gt;Generate code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in &lt;a title="Regexlib.com" href="http://www.regexlib.com" target="_blank"&gt;
RegexLib.com&lt;/a&gt; search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;li&gt;No 3rd party dependencies - just a single executable file &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Wed, 06 Apr 2011 21:00:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110406090013P</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Project Description&lt;/h2&gt;
&lt;p&gt;RegexLab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Simple, elegant UI &lt;/li&gt;&lt;li&gt;Supports all regex operations: matches, replacements and splits &lt;/li&gt;&lt;li&gt;Detailed match analysis with group breakdown &lt;/li&gt;&lt;li&gt;Syntax highlighed editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Live highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;&lt;a title="Regex Workbench" href="http://archive.msdn.microsoft.com/RegexWorkbench" target="_blank"&gt;Regex Workbench&lt;/a&gt; pattern analysis
&lt;/li&gt;&lt;li&gt;Save and reload expressions &lt;/li&gt;&lt;li&gt;Generate code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in &lt;a title="Regexlib.com" href="http://www.regexlib.com" target="_blank"&gt;
RegexLib.com&lt;/a&gt; search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Wed, 06 Apr 2011 20:36:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110406083612P</guid></item><item><title>Released: Original Release (lug 26, 2010)</title><link>http://regexlab.codeplex.com/releases/view/63887</link><description>
&lt;div class="wikidoc"&gt;This is the original release of RegexLab .NET.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 06 Apr 2011 20:34:09 GMT</pubDate><guid isPermaLink="false">Released: Original Release (lug 26, 2010) 20110406083409P</guid></item><item><title>Updated Release: Original Release (Jul 26, 2010)</title><link>http://regexlab.codeplex.com/releases/view/63887</link><description>&lt;div class="wikidoc"&gt;This is the original release of RegexLab .NET.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Wed, 06 Apr 2011 20:34:09 GMT</pubDate><guid isPermaLink="false">Updated Release: Original Release (Jul 26, 2010) 20110406083409P</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;p&gt;RegexLab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Simple, elegant UI &lt;/li&gt;&lt;li&gt;Supports all regex operations: matches, replacements and splits &lt;/li&gt;&lt;li&gt;Detailed match analysis with group breakdown &lt;/li&gt;&lt;li&gt;Syntax highlighed editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Live highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;&lt;a title="Regex Workbench" href="http://archive.msdn.microsoft.com/RegexWorkbench" target="_blank"&gt;Regex Workbench&lt;/a&gt; pattern analysis
&lt;/li&gt;&lt;li&gt;Saving and reloading expressions &lt;/li&gt;&lt;li&gt;Generating code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in &lt;a title="Regexlib.com" href="http://www.regexlib.com" target="_blank"&gt;
RegexLib.com&lt;/a&gt; search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Wed, 06 Apr 2011 11:58:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110406115826A</guid></item><item><title>Updated Wiki: Home</title><link>http://regexlab.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;p&gt;RegexLab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity when writing or debugging regular expression patterns.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;p&gt;RegexLab .NET is a Windows Forms application for developing and debugging regular expressions. It uses the .NET regular expression engine.&lt;br&gt;
&lt;br&gt;
Features include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Supports all regex operations such as matches, replacements and splits &lt;/li&gt;&lt;li&gt;Multi-pane views allowing to edit the pattern, visualize matches and analyze the results within the same window
&lt;/li&gt;&lt;li&gt;Syntax highlighed editor with unlimited undo-redo buffer &lt;/li&gt;&lt;li&gt;Highlighting of matches as text is typed &lt;/li&gt;&lt;li&gt;Regex Workbench pattern analysis &lt;/li&gt;&lt;li&gt;Saving and reloading expressions &lt;/li&gt;&lt;li&gt;Generating code in C#, VB.NET and Javascript &lt;/li&gt;&lt;li&gt;Built-in RegexLib.com search engine &lt;/li&gt;&lt;li&gt;Built-in MSDN documentation browser &lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=regexlab&amp;DownloadId=225492" alt=""&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>extrabacon</author><pubDate>Wed, 06 Apr 2011 11:52:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110406115252A</guid></item></channel></rss>