ANN: wxPCRE released - a wxRegEx drop-in replacement

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
protocol
Moderator
Moderator
Posts: 680
Joined: Wed Jan 18, 2006 6:13 pm
Location: Dallas, TX
Contact:

ANN: wxPCRE released - a wxRegEx drop-in replacement

Post by protocol »

wxPCRE 0.2.2

I've finally released wxPCRE. I engineered it to be a 'drop-in' replacement for wxRegEx (full support for all* wxRegEx methods and flags). I have already implemented it in my current projects (the deployment was very fast).

In most cases you can:

1.) rename the wxRegEx constructors to wxPCRE

2.) then define wxPCRE_ONLY - this defines the wxRegEx flags, but the const values are set to PCRE equivalents.

I have also added some improvements (in comparison to wxRegEx).

It has been successfully compiled and deployed on Win32, Mac 10.4, and Ubuntu systems.

* Note: The only overload not supported is Match(wxString, int, size_t)

Since I never saw the outcome of: http://lists.wxwidgets.org/archive/wx-u ... 37147.html; I decided to fill the void.

Thanks a million to all wxWidgets contributors!!
/* UIKit && wxWidgets 2.8 && Cocoa && .Net */
QuRegExmm
wxPCRE & ObjPCRE - Regex It!
Post Reply