On Fri, Apr 27, 2018 at 06:39:07AM +0200, Willy Tarreau wrote: > I think that a few operators like strcmp() and concat() should be > implemented to cover the short-term needs.
I forgot that I finally implemented concat() after talking about it for about a year :-) It is a good starting point to see how to implement strcmp() if you're interested. Willy

