After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348349 - Regular expressions in glib
Regular expressions in glib
Status: RESOLVED DUPLICATE of bug 50075
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2006-07-22 17:44 UTC by Marco Barisione
Modified: 2006-08-01 19:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Barisione 2006-07-22 17:44:12 UTC
I propose to add a wrapper around PCRE to glib, this should be a separated libgregex library to mantain the core libglib as small as possible.

The relevant thread in gtk-devel-list is archived at http://mail.gnome.org/archives/gtk-devel-list/2006-July/thread.html#00099

The source code in at http://techn.ocracy.org/eggregex/, a copy of the documentation is at http://www.barisione.org/eggregex/.

The code is based (with many modifications) on EggRegex from the libegg module.
Comment 1 Marco Barisione 2006-07-22 17:47:08 UTC
(eg)gregex needs to know the script of a gunichar to allow \p{script-name} in patterns.
Comment 2 Marco Barisione 2006-07-30 11:18:21 UTC

*** This bug has been marked as a duplicate of 50075 ***