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.

Examples

Default notation

<f:format.urlencode>foo @+%/</f:format.urlencode>
Copied!

foo%20%40%2B%25%2Frawurlencode() applied.

Inline notation

{text -> f:format.urlencode()}
Copied!

Url encoded text rawurlencode() applied.

Arguments

value

DataType
string
Required
false
Description
String to format