regex: Add NOTEMPTY_ATSTART match option
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 21:24:07 +0000 (23:24 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 13:59:39 +0000 (15:59 +0200)
commite99e34f65f6cf66feaccde29e480965d525586ae
treee925f02e717fcb627f0d9dd1701cf6e6565e6ec4
parent1171215014bb9406ff8ae1ea91b1c251b4e7d71b
regex: Add NOTEMPTY_ATSTART match option

Since PCRE 8.00 it supports a variant of PCRE_NOTEMPTY that works
similarly except that it only applies to the start of the matched string
but permits empty matches further in.
glib/gregex.c
glib/gregex.h
glib/tests/regex.c