Choose where you’d like to start

urlDecode()

Note: This function is available in all Zoho services except Zoho Creator.

Overview

The urlDecode() function takes an encoded text as an argument, and returns it after decrypting it.

Return Type

  • Text

Syntax

<variable> = zoho.encryption.urlDecode( <string> );
ParameterDescriptionData type
<variable>Variable which will contain the returned value.TEXT
<string>

The text to be decrypted.

Except TEXT, all other data types will return null. 

TEXT

Examples

urlString = zoho.encryption.urlDecode("https%3A%2F%2Fwww.zoho.com");
// returns "https://www.zoho.com"

Get Started Now

Execute