On Sun, 2007-06-24 at 10:26 +0200, Benoît Dejean wrote: > Le lundi 18 juin 2007 à 17:34 +0200, Murray Cumming a écrit : > > On Thu, 2007-05-17 at 12:31 +0200, Murray Cumming wrote: > > > On Thu, 2007-04-19 at 18:11 +0000, Benoît Dejean wrote: > > > > Le jeudi 19 avril 2007 à 09:56 +0200, Murray Cumming a écrit : > > > > > glib 2.13 now has a GRegEx API for doing regular expression matches. > > > > > Maybe someone would enjoy trying to wrap that for glibmm. > > > > > > > > AFAIK, GRegEx wraps pcre. pcre already has a C++ wrapper directly > > > > shipped with pcre. Btw, pcrecp is even more complete that pcre API. > > > > Do you have a URL for an API reference, for that? > > http://www.pcre.org/pcre.txt > grep for pcrecpp
So, I can't find an API reference for pcrecpp. I was wondering how they handle iterating over matches. We need to provide some wrapper for GMatchInfo that acts like a std::iterator. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
