10 December 2005 ~ 0 Comments

Kodos, the regex debugger

I’m starting to get the hang of regular expressions, and understanding the power of “import re” in Python, so this might come in handy:

Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python’s implementation of regular expressions is based on the PCRE standard, Kodos should benefit developers in other programming languages that also adhere to the PCRE standard.

It was written by Phil Schwartz.

Leave a Reply