base64e

Base64 encodes the given string value.

Example

base64e("hello")
"aGVsbG8="

Last updated