Remove Illegal characters

0
Hi All i have a string like for ex:  TY12x-1 Inzai (S&C A & TY12x-I)  the output when i trigger i am getting like (TY12x-1 Inzai (S%26C A %26 TY12x-I))  i need same string as output so i have used replace all method like Replaceall($string,’&’,’’) could you please help me out how can i translate all these illegal  characters. thanks all  
asked
1 answers
1

You can URL decode (and encode) strings. See the documentation here: https://docs.mendix.com/refguide/expressions/ The sttring function calls.

Regards,

Ronald

 

answered