commit | c9a0f6d0232cf44d6b08d1964b9097a45a6c65f0 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Tue Nov 25 14:09:01 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 25 14:48:39 2014 +0100 |
tree | a24f98d15dc494163be1bbf47d45d9113399d94d | |
parent | 23a5c396ec268f6cf1958d73b56cd107c4d9ef18 [diff] |
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.