From b0934e38a93673c5b21bba54423ff33cb7cffef1 Mon Sep 17 00:00:00 2001 From: FluidTYPO3 VHS Date: Wed, 6 Sep 2023 11:45:21 +0000 Subject: [PATCH] [TASK] Regenerate ViewHelper documentation --- Documentation/ViewHelpers/Format/Replace.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/ViewHelpers/Format/Replace.rst b/Documentation/ViewHelpers/Format/Replace.rst index 09f534430..4ba2c0c89 100644 --- a/Documentation/ViewHelpers/Format/Replace.rst +++ b/Documentation/ViewHelpers/Format/Replace.rst @@ -52,18 +52,18 @@ replacement :aspect:`Description` Replacement to insert -.. _format.replace_count: +.. _format.replace_returncount: -count ------ +returnCount +----------- :aspect:`DataType` - integer + mixed :aspect:`Required` false :aspect:`Description` - Maximum number of times to perform replacement + If TRUE, returns the number of replacements that were performed instead of returning output string. See also `v:count.substring`. .. _format.replace_casesensitive: