url_decode
    The following is a list of properties for the function url_decode:
| Property | Value | 
|---|---|
brief | URL decode | 
category | string | 
dataTypeMethod | true | 
description | URL decode a value or bag of values. | 
functionId | url_decode | 
functionLabel | url_decode | 
pure | true | 
parameters | [ { "dataType": "string", "description": "URL decode a single string or a bag of string.", "name": "encoded" } ] | 
returns | { "dataType": "string", "description": "A string or bag of strings." } |