Saturday, July 02, 2011

RegEx'ing in Visual Studio with the Regular Expression Tester Extension

Visual Studio Gallery - Regular Expression Tester Extension

Features

The tool provides the following features:

  • Parsing of your existing regular expressions from code for C# and VB.
  • Parentheses matching.
  • Instant compilation of your regular expressions as you type along with error message feedback.
  • Matches, groups and captures highlighted in color on your input data so you get an easy overview of exactly how your regular expression matches your data.
  • Saving regular expressions for later use.
  • Evaluation is performed in a background thread so it can be aborted if it gets stuck on an inefficient regular expression (try for instance (a|aa)*b on aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa)

...

RegExScreenshot

..."

If you're RegEx'ing having an extension like this handy is a must...

 

Related Past Post XRef:
Free regular expression addin for Visual Studio - Regular Expression Explorer

The B, C and D's of Learning Regex...
"Regular Expression Cheat Sheet (.NET)" from RegExLibrary

1 comment:

  1. Shall be surely considered for added productivity hence you do not leave the IDE, a very nice, light-weight add-on overall.

    ReplyDelete

NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...

ALL comments are moderated. I will review every comment before it will appear on the blog.

Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...

I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...

Please see my comment policy for more information if you are interested.

Thanks,
Greg

PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...