Web Analytics

Python urllib.parse.unquote() Function

Networkingโ€ขURL Decoding

The urllib.parse.unquote() function replaces %xx escapes with their single-character equivalent.

Syntax

urllib.parse.unquote(string)

Return Value

A decoded string.

Example

Output
Click Run to execute your code