Skip to main content

base64_encode

string | base64_encode
returns string

Encodes a string to Base64 format.

{{ 'one two three' | base64_encode }}

Output

b25lIHR3byB0aHJlZQ==
Was this page helpful?