Hi all,
I've found two libs to work with Regular Expression in Ansi C:
[Lightweight C++]
http://students.ceid.upatras.gr/~sxanth/lwc/
This is not really a Regexp lib but I can use it to write my expressions on it and then execute the preprocessor to get the generated C code.
[Real Regex Lib]
http://www.osix.net/modules/article/?id=349
But I didn't find much references about it.
So, is there anybody here using it? Do you know any other lib?
Thank you