PowerUp Description
The pwrURLUNESCAPE PowerUp function converts an escaped string value from a URL to its equivalent string with special characters converted to their readable form.
PowerUp Syntax
pwrURLUNESCAPE(value)
The pwrURLUNESCAPE PowerUp function has the following arguments:
value – Required. This is the string to have special characters escaped for inclusion on a URL.
Return Value
pwrURLUNESCAPE will return an equivalent string with special characters properly escaped so they may be included on a URL.
Remarks
None.
Example
=pwrURLUNESCAPE("Sample%20URL%20Text")
Will return the following:
Sample URL Text