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 interface allows the developer the ability to modify the regular expression (regex) and to see the effects against their test string in real-time.
| Tags | Software Development Debuggers Testing |
|---|---|
| Licenses | GPL |
| Operating Systems | Mac OS X Windows Windows POSIX Linux |
| Implementation | Python |
Recent releases


Changes: In addition to some bugfixes the regex groups widget has been modified to allow for multiple lines to be displayed properly.


Changes: This release fixes several bugs that were introduced by the first attempt at internationalizing the application. A Polish translation has been added (use the -l pl flag).


Changes: New features include support for Unicode input and translations (different locales). This release also contains some code cleanup and bugfixes.


Changes: This version adds a regex library which aims to be a repository of common reusable regular expression patterns. It now attempts to save and restore window positions and sizes. It now prompts the user to save their work before exiting or before performing an action that would otherwise result in the loss of their work. The look and feel of the regex reference guide was updated.


Changes: This release adds replace functionality so that users can test their regular expressions, simulating search/replace. There is a new "match all" tab that shows all regex matches. Other improvements include the ability to import a URL which may be useful for Web scraping.