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.