string-base64-decode This is the opposite of the string-base64-encode. It takes the input string which should be an base64 encoded value and converts it back to a normal human readable value. The input can only be a valid base64 encoded value else an exception might occur or an unexpected value can be returned.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| “Zm9vLWJhcg==” | “foo-bar” |