decode
decode()
Section titled “decode()”Category: String
Decodes the input string using the specified format
Signature
Section titled “Signature”- Return type:
string - Parameters:
formatstring— Decoding format (‘base64’, ‘hex’, ‘url’)
Examples
Section titled “Examples”'SGVsbG8='.decode('base64')'48656c6c6f'.decode('hex')