ViewHelper Documentation
format.urlencode
Encodes the given string according to http://www.faqs.org/rfcs/rfc3986.html (applying PHPs rawurlencode() function) Note: The output is not escaped. You may have to ensure proper escaping on your own.
= Examples =
{text -> f:format.urlencode()}
Arguments
value string
string to format