LWN.net Logo

Kodos: A Python Regular Expressions Tool

Kodos: A Python Regular Expressions Tool

Posted Apr 17, 2003 3:13 UTC (Thu) by komarek (guest, #7295)
Parent article: Kodos: A Python Regular Expressions Tool

Isn't the Python regex syntax pretty close to the POSIX syntax available in C regex libraries under unix-ish systems? If so, I'd think that Kodos might be handy outside of Python, too.

-Paul Komarek


(Log in to post comments)

Kodos: A Python Regular Expressions Tool

Posted Apr 17, 2003 16:26 UTC (Thu) by piman (subscriber, #8957) [Link]

Python's regular expressions are much closer to Perl (and Ruby, and anything else with PCREs) than to POSIX.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds