Tag: regex

WPF Regular Expression Test Utility

by Warlock on Jun.16, 2009, under .NET, Software Development Tools, WPF

When working on .NET applications, I frequently need to test regular expressions I’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’s named captures.

In response, I built the a regex test utility in WPF that has the following features:

  • .NET syntax for regular expressions
  • Supports named capture groups
  • Gives real-time feedback (as you type) for the regular expression and the test input
Screenshot of regex tester.

Screenshot of regex tester.

The binary requires .NET 3.5 and is available here. The source can be found on GitHub here.

Also, for those of you working with .NET regular expressions, I’ve always found this site a great resource.

2 Comments :, more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...