$url.encode
Encode the string with UTF-8.
Syntax:
$url.encode( string )
Returns:
encoded string
Version Since:
3.2
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$url.encode($webget("http://www.foo.com/")) = (.+)
Encode the first line of the www.foo.com’s web content.