Returns the input string after decoding URL-encoded entities
URLDECODE(input_string)
input_string
"John%20%26%20Jane"
Result: "John & Jane"
"John & Jane"