RegExplorer is a visual regular expression explorer, it allows for writing
regular expressions and visually see the matches, thus making regular
expression much easier to write and maintain.
The idea of this program was hatched while creating some regular expressions in emacs,
I was writing regexps for finding C++ classes/functions and found it so tiresome to write the regexps without instantly seeing the results.
So without much further ado I started the work on RegExplorer.
RegExplorer requires Troll Tech's Qt library (2.00 or later unless stated otherwise, recommended is Qt 2.1.1 and Qt 2.2.0).
RegExplorer uses self made regular expressions classes, they can be found here.
RegExplorer's project page at Sourceforge can be found
here.
|