base64_ encode
string | base64_encode
returns string
Encodes a string to Base64 format.
{{ 'one two three' | base64_encode }}
{{ 'one two three' | base64_encode }}
Output
b25lIHR3byB0aHJlZQ==
Was this page helpful?
Encodes a string to Base64 format.
{{ 'one two three' | base64_encode }}