C regex equiv to Python implementation?
Ganesan Rajagopal
rganesan at myrealbox.com
Fri Jan 6 03:33:59 EST 2006
>>>>> techiepundit <techiepundit at futurepundit.com> 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
More information about the Python-list
mailing list