Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / operating-systems / Windows

RegEx Tracer

4.43/5 (20 votes)
15 May 20061 min read 2   1.7K  
Regular Expression Debugger

Sample Image - RegExTracer.gif

What is this?

This is a regular expression debugger. You can use it to write regular expressions easier and faster.

Why one more application?

Once I had a need to debug .NET regular expressions. I was not able to find an Rx Toolkit installation, was not able to download Regulator (sourceforge.net was inaccessible), Regex Builder was still in beta state, and crashed on my inputs. So I had the only way to write my own utility. Later it was improved.

Change log

  • 3.1
    + Regular expression options can be edited.
  • 3.0
    * HTMLayout was changed to RichTextBoxEx and Text Object Model. Highlighting is faster. Regular expressions containing HTML are rendered correctly.
  • 2.0
    + Regular expression parser was rewritten.
    + Highlighting of regular expression and input in different ways.
    + Options dialog. Colors and templates can be changed. Default settings are improved.
  • 1.3
    + Regular expression highlighting.
    - Undo/Redo does not work when highlighting is enabled.
    + Undo/Redo in text fields.
    + Text copy with '\' replaced to '\\'.
  • 1.2
    + Input highlighting.
  • 1.1
    * Multiline file reading fixed.
    * IWebBrowser was changed to HTMLayout. Application starts faster, and text fields do not lose focus anymore.
    * Scrollbars added.
  • 1.0
    First version.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here