URL-decode()
This function interprets text a as URL-encoded text and performs a decoding using the encoding specified in parameter b.
Parameters
Parameter |
Description |
a |
Text. |
b |
(optional) Encoding. Default: 8859_1. Note: Use the three dots to select a value. |
Examples
Parameter a |
Parameter b |
Result |
Text+with+umlauts+%E4%F6%FC%DF |
|
Text with umlauts äöüß |
Text+with+umlauts+%C3%A4%C3%B6%C3%BC%C3%9F%E2%82%AC |
UTF8 |
Text with umlauts äöü߀ |