This post because I googled to find some Jexl syntax example but I didn't find it!
This post because I googled to find some Jexl syntax example but I didn't find it! The following are merely a few examples of Jexl syntax:
var1 + ' ' + var2 + ( (var3 == 'Personale') ? ' (' + var4 + ')' : '' )
var1.toLowerCase() + '.' + var2.toLowerCase() + ( (var3 == 'Esterno') ? '.ext' : '' ) + '@test.it'
'var1' + ((var2.substring(6,8) % 2) == 0 ? 2 : 1) + '/nome.cognome' + ( (var3 == 'Esterno') ? '.ext' : '' ) +'/'