Skip to main content

$(urlencode)

Returns a URL encoded version of specified 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 input that is supposed to be URL encoded.

Example Output​

  • $(urlencode my example input)

    my+example+input