User Tools

Site Tools


syntax:functions:encode

This is an old revision of the document!


encode(method, text)

Encodes 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
encode("uriComponentEscape", "one+one") one%2Bone

See also

syntax/functions/encode.1572478643.txt.gz · Last modified: 2019/10/30 19:37 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki