base64_encode

Base64 encode data

Example

1
{{ 'somedata' | base64_encode }} => base64 encoded string

Input

Type Parameter Description Required
mixed content The content to be base 64 encoded. Comes before the | sign. Required

Output

Type Description
string base64 encoded string