Skip to main content

base64_url_safe_decode

string | base64_url_safe_decode
returns string

Decodes a string in URL-safe Base64 format.

{{ 'b25lIHR3byB0aHJlZQ==' | base64_url_safe_decode }}

Output

one two three
Was this page helpful?