From 71eb559b67f31ca5582566b2c83f52e5b3f69dcc Mon Sep 17 00:00:00 2001 From: TYPO3 Documentation Team Date: Tue, 20 Feb 2024 01:21:58 +0000 Subject: [PATCH] [BOT][TASK] Automatic Update of ViewHelper reference --- Documentation/typo3/fluid/latest/Format/Case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/typo3/fluid/latest/Format/Case.rst b/Documentation/typo3/fluid/latest/Format/Case.rst index 16aa9c6..91bec36 100644 --- a/Documentation/typo3/fluid/latest/Format/Case.rst +++ b/Documentation/typo3/fluid/latest/Format/Case.rst @@ -25,7 +25,7 @@ Possible modes are: Transforms the input string to its first letter lower-cased, i.e. uncapitalization ``capitalWords`` - Not supported yet: Transforms the input string to each containing word being capitalized + Transforms the input string to each containing word being capitalized Note that the behavior will be the same as in the appropriate PHP function `mb_convert_case`_; especially regarding locale and multibyte behavior.