percentunescape(
TEXT
)

The percentunescape( function decodes text that contains percent encoding.


Parameters

This function has one parameter:

text – is the item of text that you want to decode.


Description

The percentunescape( function decodes text that contains percent encoding.

percentunescape("red%2C%20green%2C%20blue") ☞ red, green, blue

See Also


History

VersionStatusNotes
10.0NewNew in this version.