MINOR: samples: add the word converter.
authorEmeric Brun <ebrun@haproxy.com>
Tue, 25 Nov 2014 13:09:01 +0000 (14:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Nov 2014 13:48:39 +0000 (14:48 +0100)
commitc9a0f6d0232cf44d6b08d1964b9097a45a6c65f0
treea24f98d15dc494163be1bbf47d45d9113399d94d
parent23a5c396ec268f6cf1958d73b56cd107c4d9ef18
MINOR: samples: add the word converter.

word(<index>,<delimiters>)
  Extracts the nth word considering given delimiters from an input string.
  Indexes start at 1 and delimiters are a string formatted list of chars.
doc/configuration.txt
src/sample.c