base64_url_safe_decode
Decodes a URL-safe Base64 formatted string.
Parameters
str{String}: The input string. This parameter is required.returns{String}: The decoded string.
Usage
{{ base64_url_safe_decode str }}
Example
{{{ base64_url_safe_decode 'PHA-b2s_PC9wPg==' }}}
Was this article helpful to you?