Returns base64 decoded text. For example, the input “SGVsbG8=” would decode to “Hello”.
Input Fields
- text: base64 encoded text.
Output Fields
- output: returns the decoded version of the text.
Returns base64 decoded text. For example, the input “SGVsbG8=” would decode to “Hello”.