User Tools

Site Tools


syntax:functions:uridecode
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
syntax:functions:uridecode [2021/09/18 21:03] (current) craigt
Line 1: Line 1:
 +====== URIDecode(encoding, text) ======
 +Category:  Web function
 +
 +\\ 
 +=====Description=====
 +This function decodes a URL string such as an entire URL or just query-string values.
 +
 +\\ 
 +=====Arguments=====
 +^Argument^Type^Description^
 +|encoding  | Text |The decoding method to use on //text// |
 +|text  |Text |The text string to be decoded.  |
 +**Return value type:** Text.
 +
 +\\ 
 +=====Examples=====
 +  uridecode('iso-8859-15', 'Les+Mis%e9rables' //Returns 'Les Misérables'
 +
 +
 +\\ 
 +=====See also=====
 +  * [[syntax:functions:decode|Decode(method, text)]]
 +  * [[syntax:functions:uriencode|URIEncode(encoding, text)]]
  
syntax/functions/uridecode.txt · Last modified: 2021/09/18 21:03 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki