The General Concatenation Operator
The FreshMarker Template Language provides two operators for concatenating string values: the string concatenation operators + and ~. Both operators produce a string from their two operands. The difference between the two operators lies in the way the strings are joined together. The unique feature of the ~ operato
https://schegge.de/2026/04/the-general-concatenation-operator/
#Bibliotheken #FreshMarker #Java #FreshMarker #Template #TemplateEngine

