urlDecode

text urlDecode(text, charset)

Decodes the application/x-www-form-urlencoded text using the specific charset.

Parameters

  1. text — text to decode.
  2. charset — optional charset, default is UTF-8.

Returns