Attention: We are retiring the ASP.NET Community Blogs. Learn more >

New Regex Tester

Currently I'm in the middle of replacing the testing tool on RegexLib.com.  You can play with the changes that I've made so far at:

    http://www.regexlib.com/RETester.aspx

The new features include:

  • Ability to grab the source from a Url
  • Ability to grab the source from a file on your PC
  • Able to test using server-side .NET or client-side Javascript or VBScript
  • Able to display .NET matches as either a Grid (group view) or a Tree (capture view)
  • Settings that you make in the new "Options Panel" are persisted between sessions

There's more to come, but I wanted to get this stuff live because it's already head-and-shoulders ahead of what I had previously!

Enjoy! :-)

No Comments