Attention

TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.

Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.

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.

Examples

Default notation

<f:format.rawurlencode>foo @+%/</f:format.rawurlencode>

foo%20%40%2B%25%2F rawurlencode() applied.

Inline notation

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

Url encoded text rawurlencode() applied.

Arguments

value

DataType

string

Required

false

Description

String to format