query
On this page

escapeURL

lib.strings.escapeURL

Docs pulled from | This Revision | 22 minutes ago


Escape the string so it can be safely placed inside a URL query.

Type

escapeURL :: string -> string

Examples

escapeURL usage example

escapeURL "foo/bar baz"
=> "foo%2Fbar%20baz"

Noogle also knows

Aliases