urldecode(
TEXT
)

The urldecode( function decodes text that contains percent encoded characters.


Parameters

This function has one parameter:

text – text to be decoded.


Description

This function decodes text that contains percent encoded characters.

urldecode("now%20is%20the%20time") ☞ now is the time

The RFC 2396 standard discusses different options for escaping characters when creating a URL.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0