Loading data.
PAGE CONTENTS
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.
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.