PLAYGROUND (experimental)

str_url_decode

URL-decode a string.
str_url_decode(
    str
) -> STRING

URL-decode a string.

Syntaxe

var dec = str_url_decode("hello%20world");

Arguments

NameTypeRequiredDefaultDescription
stryes-String to decode