Willy Tarreau 469477879c MINOR: args: implement a new arg type for regex : ARGT_REG
This one will be used when a regex is expected. It is automatically
resolved after the parsing and compiled into a regex. Some optional
flags are supported in the type-specific flags that should be set by
the optional arg checker. One is used during the regex compilation :
ARGF_REG_ICASE to ignore case.
2015-01-22 14:24:53 +01:00
..
2009-01-25 13:49:53 +01:00
2014-12-10 05:34:55 +01:00
2007-05-13 20:19:55 +02:00
2014-12-10 05:34:55 +01:00