convert a Base64URL encoded string to a Base64 encoded string.
Base64URL encoded string
Base64 encoded string
b64tob64u
b64utob64("ab-c3f_") -> "ab+c3f/==" Copy
b64utob64("ab-c3f_") -> "ab+c3f/=="
convert a Base64URL encoded string to a Base64 encoded string.