User Tools

Site Tools


syntax:functions:uriencode

Differences

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

Link to this comparison view

syntax:functions:uriencode [2019/10/30 19:44] – created dmitrysyntax:functions:uriencode [2021/09/18 21:08] (current) craigt
Line 1: Line 1:
-=====uriencode(encoding, value)=====+====== URIEncode(encoding, value) =====
 +Category:  Web function
  
-Encodes a URL string such as entire URL or just query-string values.+\\  
 +=====Description===== 
 +This function encodes a URL string such as an entire URL or just query-string values.
  
-**Example** +\\  
- Expression ^  Result  ^ +=====Arguments===== 
-uriencode("iso-8859-15", "Les Misérables"   |Les+Mis%e9rables |+^Argument^Type^Description^ 
 +|encoding  | Text |The encoding method to use on //text// | 
 +|text  |Text |The text string to be encoded. 
 +**Return value type:** Text.
  
-**See also**+\\  
 +=====Examples===== 
 +  uriencode("iso-8859-15", "Les Misérables" //Returns 'Les+Mis%e9rables'
  
-  * [[syntax:functions:encode]] +\\  
-  * [[syntax:functions:uridecode]]+=====See also===== 
 +  * [[syntax:functions:encode|Encode(method, text)]] 
 +  * [[syntax:functions:uridecode|URIDecode(encoding, text)]]
syntax/functions/uriencode.txt · Last modified: 2021/09/18 21:08 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki