url-decode
Action
URL-decode an encoded string
Syntax
$decoded = url-decode "text%20with%20spaces"
URL-decode a literal string
$decoded = url-decode $text
URL-decode a variable string
URL-decode an encoded string
$decoded = url-decode "text%20with%20spaces"
URL-decode a literal string
$decoded = url-decode $text
URL-decode a variable string