$encode
Encodes a URI (URL).
Usage
$encode[link]
Breakdown
link
- The link to encode.
What Is 'Encoding'?
Encoding converts special characters to URL-friendly text.
For example, https://this is a random link.com
becomes https://this%20is%20a%20random%20link.com
.
Last updated
Was this helpful?