Hi,
I need to escape a character in the message of a valang expression (field n.3):
The second hyphen needs to be escaped. I tried with \' and with HTML &#xxx; notation, but in both cases the additional characters are shown in the message of the web page.Code:{ accept : ? == true : 'E' necessario accettare le condizioni di prenotazione prima di procedere' : 'termsNotAccepted' }
Any clue?
Thanks,
Francesco


