]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: map: Add regex matching replacement
authorThierry Fournier <tfournier@arpalert.org>
Wed, 10 Feb 2016 21:55:20 +0000 (22:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Feb 2016 22:38:34 +0000 (23:38 +0100)
commit8feaa661b6150f33f04af8159c28e24e62dce1d0
tree76f57df1c3c700196018068809d070e85a9fdc66
parent443ea1a242f0d7c154d613d498ddf9682777d5a9
MINOR: map: Add regex matching replacement

This patch declares a new map which provides a string based on
a string with back references replaced by the content matched
by the regex.
doc/configuration.txt
include/proto/pattern.h
include/types/pattern.h
src/map.c
src/pattern.c