Search Wiki:
Resource Page Description
A utility I wrote a number of years back that lets you experiment with .NET regular expressions.

Last edited Feb 18 2008 at 10:18 PM  by EricGu, version 3
Comments
JacobPitts wrote  Oct 21 2008 at 5:24 AM  
Thank you kindly for re-posting this after the GotDotNet repository was taken down; it can be a life saver.

WillSullivan wrote  Dec 10 2008 at 5:38 PM  
Awesome. One of the many regex tools I like to use. I thought it was gone forever!

daviddesloovere wrote  Jan 12 2009 at 6:45 PM  
i used this a lot on my setup, very useful
recently i formatted by, with only .net 3.5 SP1 and the installer for the workbench forced me to install .net 1.1
maybe you could build it against 2.0 and add a new installer?

tnxa1m wrote  Jan 27 2009 at 2:07 PM  
The download includes the source and a VS Solution (called RegexTest). If you'd like to build it against 2.0 or any other version of the framework just open the Solution, let it perform the update, and exclude all TestInterpret*.cs files. You'll also need to remove starting nUnit in the solution's Properties --> Debug Tab --> Start Options -- Working Directory.

BenMart wrote  May 7 2009 at 7:08 PM  
Best RegEx tool ever! Thank you EricGu!

extrabacon wrote  Jul 27 2010 at 12:15 AM  
I used this for years. Too bad that there was no update for so long. This is what inspired my own regex tool: Regex Lab .NET. It provides much of the functionality offered by Regex Workbench, with a nice GUI, syntax highlighting and matching as you type.

Check it out at http://extrabacon.net/regexlab/

Updating...
Page view tracker