urlDecode (  string textOrUrl , boolean _excludeHttpCaracters  )  : string
Decodes URL-encoded string
	
Example
console(urlDecode("https%3A%2F%2Fwww.idia-tech.com%2FurlEncode.html")) //-> https://www.idia-tech.com/urlEncode.htmlParameters
textOrUrl
 text to decode 
							