Possible Duplicate:
Lightweight and portable regex library for C/C++?
I'm looking for a C++ (C is acceptable, too) library for matching regular expressions. The library should satisfy these requirements:
I don't need a particular regexp flavor (POSIX, PCRE etc.) so anything is fine.
So far, I considered these libraries:
Anything else maybe?
A quick Google for "pcre windows" seems to say that it does, in fact, support Windows. The .so
file on my system is < 200 KiB, so it doesn't seem to take up that much disk space either...
Try the GNU regex library.
http://www.gnu.org/s/libc/manual/html_node/Regular-Expressions.html
There's been at least one windows port:
http://people.delphiforums.com/gjc/gnu_regex.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With