User Tools

Site Tools


syntax:functions:decode

This is an old revision of the document!


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/decode.1572478557.txt.gz · Last modified: 2019/10/30 19:35 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki