Skip to main content

$(urldecode)

Returns a decoded version of URL encoded input.

The parsing for how queries are escaped/unescaped is often dependent on the programming language.

Fossabot is written in Go and uses the native query encoders/decoders. Please refer to the Go documentation if you come across any inconsistencies.

Parameters

This variable takes one required parameter that is encoded input that is supposed to be decoded.

Example Output

  • $(urldecode my+example+input)

    my example input