PercentDecode
Structure
PercentDecode(sText)
Type
Function
Description
This function decodes text, typically from a url on the web. Percent-encoded characters are translated back to readable text (i.e. space for %20, etc.)
Parameters: 1
sText=text to be decoded |