func X3.EN_TEXT_HTML_DECODE(Clbfile TEXT_IN) : Clbfile

Allows you to decode a string in HTML entity format
More information: https://fr.wikipedia.org/wiki/Liste_des_entit%C3%A9s_de_caract%C3%A8re_de_XML_et_HTML

  • TEXT_IN Clbfile String to decode
Return Clbfile New string decoded
Example

func X3.EN_TEXT_HTML_DECODE("Ma chaîne de test > encodée")
Returns "Ma chaîne de test > encodée"