Attention

TYPO3 v6 has reached its end-of-life April 18th, 2017 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.

There is no further ELTS support. It is strongly recommended updating your project.

case

Data type

case

Examples

upper

Comment

Case-conversion.

Possible keywords:

upper: Convert all letters of the string to uppercase.

lower: Convert all letters of the string to lowercase.

capitalize: (Since TYPO3 4.6) Uppercase the first character of each word in the string.

ucfirst: (Since TYPO3 4.6) Convert the first letter of the string to uppercase.

lcfirst: (Since TYPO3 4.6) Convert the first letter of the string to lowercase.