Function base64_url::unescape

source ·
pub fn unescape<S: ?Sized + AsRef<str>>(base64_url: &S) -> Cow<'_, str>
Expand description

Unescape a Base64-URL string to a Base64 string. The conversion is not concerning with Base64 decoding. You need to make sure the input string is a correct Base64-URL string by yourself.