Skip to content

URLDECODE

Returns the input string after decoding URL-encoded entities

js
URLDECODE(input_string)
URLDECODE(input_string)

Parameters

  • input_string - The input to decode.

Examples

js
"John%20%26%20Jane"
"John%20%26%20Jane"

Result: "John & Jane"