func X3.EN_TEXT_LINK_DECODE(Clbfile TEXT_IN) : Clbfile

Allows you to decode a string in URL format or percent-encoding
More information: https://fr.wikipedia.org/wiki/Encodage-pourcent

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

func X3.EN_TEXT_LINK_DECODE("My%20encoded%20test%20string")
Returns "My encoded test string"