URLDecode

"-->
 URLDecode (urlEncodedString) 

Description

Decodes a URL-encoded string.

Example

 <cfset exampleString = "This string will not break a browser">  <cfset exampleEncode = URLEncodedFormat(exampleString)>  <cfoutput>  <p>This is the encoded string:</p>  <p>#exampleEncode#</p>  <p>This is the string after it is decoded:</p>  <p>#URLDecode(exampleEncode)#</p>  </cfoutput>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net