commit | 280f42b99e8df36912b8982a62800613e48e5549 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 19 15:34:12 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 19 15:34:12 2018 +0100 |
tree | f4f48f1da4038fe33dca8a9473b9a9014947924c | |
parent | 16f45c87d5f9bf57fa4e7e71546bce352a727425 [diff] |
MINOR: sample: add a new "concat" converter It's always a pain not to be able to combine variables. This commit introduces the "concat" converter, which appends a delimiter, a variable's contents and another delimiter to an existing string. The result is a string. This makes it easier to build composite variables made of other variables.