Home

Features

Screen Shots

Documentation

Buy Now

Download

About

Contact



Features

  1. Allows you to type new regular expressions easily and quickly.  You will be alerted if your syntax is incorrect.

  2. Context sensitive dynamic help is displayed as you move the mouse cursor over items in the user interface. 

  3. The Expression Builder has a fantastic user interface with dialog box options that represent the somewhat cryptic Regex options.  This works as an especially helpful tool for someone who does not use regular expressions daily.

  4. Syntax highlighting makes viewing and reading Regex’s much easier on the eyes.

  5. The analyzer window provides an English language representation of what a Regex does.

  6. Rich user interface allows you to apply different .Net 2.0 Regex options and see how the work.

  7. You can choose a Match, Replace or Split operation and test the difference between them.

  8. The code generator creates the code necessary to make use of the regular expression, in your choice of language: C#, VB.NET, Managed C++ and ANSI C++ as well as for ASP.NET.  You have the option of generating exception handling code.

  9. Tooltips describe what each part of a Regex does.

  10. You may enter sample text and view the result of applying the Regex against that sample text. 

  11. You can compile your own dedicated Regex assembly’s, specifying the filename, namespace, version and even if you desire to run NGEN on the compiled assembly.

  12. A history list keeps track of changes you make to a regex.

  13. Focused specifically on .Net 2.0 regular expressions.  Regular expressions have minor differences between platforms, and other varients found in Perl or Unix are not identical to the ones in .Net.  We consider the .Net ones better.

  14. Print documentation for your regex library.

  15. A library of general expressions allows access to commonly used regex’s.