]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: regsub now supports backreferences
authorJerome Magnin <jmagnin@haproxy.com>
Sun, 16 Feb 2020 18:20:19 +0000 (19:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Feb 2020 18:48:54 +0000 (19:48 +0100)
commit07e1e3c93e74e44389545e457f0e1ff2e807cb9a
treeb9d859a85c0accdf1da9dd372ec5feb9ecf0445a
parent9af749b43edd19dc8e2c0145ca378b3893698bda
MINOR: sample: regsub now supports backreferences

Now that the configuration parser is more flexible with samples,
converters and their arguments, we can leverage this to enable
support for backreferences in regsub.
doc/configuration.txt
src/sample.c