Feature Request for Function concate()
xtruthx opened this issue · 3 comments
xtruthx commented
The function concate acutally allows only two values. It should be possible at least to concate three strings so that you are able to produce for example something like this:
concate(to_string($message.userfield)," logged on at client ",to_string($message.clientfield));
Actually i am building to variables and concate them.
joschi commented
This basically duplicates #95.
Instead of providing concatenate functions with three, four, five, six, etc. parameters, we'd rather implement proper string interpolation.
xtruthx commented
ok accepted. sounds better. sorry for the noise