base64_ decode
string | base64_decode
returns string
Decodes a string in Base64 format.
{{ 'b25lIHR3byB0aHJlZQ==' | base64_decode }}
{{ 'b25lIHR3byB0aHJlZQ==' | base64_decode }}
Output
one two three
Was this page helpful?
Decodes a string in Base64 format.
{{ 'b25lIHR3byB0aHJlZQ==' | base64_decode }}