User Tools

Site Tools


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

Differences

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


Next revision
syntax:functions:decode [2019/10/30 19:35] – created dmitry
Line 1: Line 1:
 +=====decode(method, text)=====
  
 +Decodes a text string using one of the available methods below:
 +
 +^  Method  ^  Notes  ^
 +|uriComponentEscape |Unescapes a URI, and then converts any plus characters ("+") into spaces. |
 +|Base64 |
 +|Base64url | Base64 in URL encoding |
 +
 +**Example**
 +^  Expression ^  Result  ^
 +| decode("uriComponentEscape", "one%2Bone"  |one+one |
 +
 +**See also**
 +
 +  * [[syntax:functions:encode]]
 +  * [[syntax:functions:uridecode]]
syntax/functions/decode.txt · Last modified: 2021/09/18 21:06 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki