Kodos 1.5 - Python regular expression debugger

Phil stuff@nonpoint.mailzilla.net
22 May 2003 11:58:04 -0700


Kodos 1.5 has been released and is available at:

http://kodos.sourceforge.net

Changes since 1.3:

- New feature: examine regex has been added.  
The examine feature is useful in the event when a regex that you have been 
editing no longer matches the text string. In some instances you may have 
inadvertantly added a character. Normally, the only indication that you have 
that the regex doesn't match is the status bar indicator. Although this alone 
may be useful, Kodos provides the examine feature to help pinpoint errors. 
By examining the regex, Kodos will locate the longest possible match by 
scanning the current regex.

- Bug fixes: the clear all option behaves better

- Help: the help section has been redone.


About Kodos:

Kodos is a regular expression designer, tester, debugger and validator
that allows a developer to create and modify regular expressions
against a test string.  The intuitive grahpical interface allows the
developer the ability to modify the regular expression (regex) and to
see the effects against their test string in real-time.

Key Features:

- Matches can be easily viewed and each match can be seen distinctly

- Regex groups and named groups are clearly displayed

- Sample source code is shown so even python developers new to regular
expressions can quickly add the produced regular expressions to their
own projects.

- Ability to load and save your test cases

- Kodos relies on PyQt for the GUI elements.



http://kodos.sourceforge.net