>>>>> techiepundit <[EMAIL PROTECTED]> writes: > I've been writing code in Python to prototype part of an application. > I've used the re regular expression pattern matcher. Now I have to take > what I've written and recode it in C to fit in an existing C app.
What platform? Linux includes a regex(7) implementation in the C library. However, it doesn't support many of the extensions that Python regexes support. Try http://www.pcre.org/. There are pre-build binaries for Windows also. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web: http://employees.org/~rganesan | http://rganesan.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list