Format.urlencode ViewHelper <f:format.urlencode>
Encodes the given string according to http://www.faqs.org/rfcs/rfc3986.html
Applying PHPs
rawurlencode function.
See https://www.php.net/manual/function.rawurlencode.php.
Note
The output is not escaped. You may have to ensure proper escaping on your own.
Go to the source code of this ViewHelper: Format\UrlencodeViewHelper.php (GitHub).
Arguments of the <f:format.urlencode> ViewHelper
value
-
- Type
- string
string to format