commit | f399b0debfc6c7dc17c6ad503885c911493add56 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Mon Nov 03 17:07:03 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 24 17:44:02 2014 +0100 |
tree | 2761f3e365c0f917851d3abe70bb5de2ee495ce5 | |
parent | 54c4ac8417aeb8735a0a07952a8ba563ed4e62b5 [diff] |
MINOR: samples: adds the field converter. field(<index>,<delimiters>) Extracts the substring at the given index considering given delimiters from an input string. Indexes start at 1 and delimiters are a string formatted list of chars.