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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to decode |
str_url_decode(
str
) -> STRING
URL-decode a string.
var dec = str_url_decode("hello%20world");
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to decode |