$str.urlencode
Returns a browser formatted string
Usage
<string> $str.urlencode(<string:string>)
Description
This function returns a string created replacing all occurrences in the parameter ('string') with their respective html entities.
The replacement is case insensitive.

Index, Functions