base64_decode
Decodes a string in Base64 format.
Params
str{String}Enter the required string, required.returns{String}Return string.
Usage
{{ base64_decode str }}
Example
{{ base64_decode 'b25lIHR3byB0aHJlZQ==' }}
Was this article helpful to you?