Zopyra Regx, a C++ exension of the PCRE library, provides templated find/match and transform operations (with backreferences, functors/functions). Very efficient, robust, with lots of examples and a test harness.
Be the first to post a text review of Zopyra C++ Regular Expressions. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Bug-fix release.
* Version 1.06 released. Fixed a find_n problem caused by previous fix. Again, thanks to David Olszynski <hisaak@mrkvoslav.ascs.muni.cz> for reporting the bug. * Fixed a problem with backreference implementation: removed cache of backref objects.
This fixes a bug in find_n() during multi-line searches.
Fixed a few nits with exception specifications, return type conversion from C-string to std::string, and a few other minor things. This should help Win32 folks a bit. Thanks to Paul Whitehead <paul.whitehead@bcs.org.uk> for his report of the conversion problem and an exception specification bug.
Zopyra Unit Test (ZUT) distribution now included along with many unit tests. Extensive changes to namespaces, bug fixes and re-working of the transform() function and backreferences.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?