Skip to main content

base64_decode

string | base64_decode
returns string

Decodes a string in Base64 format.

{{ 'b25lIHR3byB0aHJlZQ==' | base64_decode }}

Output

one two three
Was this page helpful?