On 14.04.2013 08:35, Guenter Knauf wrote:
On 14.04.2013 07:28, Daniel Gruno wrote:
ah yes, I made a rookie mistake there ;)
I'll fix up the docs accordingly.
thanks; while on that can you perhaps also mention the default of 25
regex matches, and my change for optional flags?
matches, err = r:regex(string, pattern [,flags])

where flags are:
http://ci.apache.org/projects/httpd/trunk/doxygen/ap__regex_8h.html#a1b9b918a53bffc54baadd6169159e2e4
more precise:
cflags Bitwise OR of AP_REG_* flags (ICASE and NEWLINE supported, other flags are ignored)
#define AP_REG_ICASE   0x01
#define AP_REG_NEWLINE 0x02

(I've not yet tested the AP_REG_NEWLINE flag)

Gün.



Reply via email to