base64_decode

Decodifica uma string em Base64.

Exemplo:

local text = exports.hydrus:base64_decode('SGVsbG8gd29ybGQ')
print(text) --> 'Hello world'

Last updated