:navigation-title: format.prepend .. include:: /Includes.rst.txt .. _fluidtypo3-vhs-format-prepend: ================================================ format.prepend ViewHelper `` ================================================ Format: Prepend string content ============================== Prepends one string on another. Although this task is very easily done in standard Fluid - i.e. {add}{subject} - this ViewHelper makes advanced chained inline processing possible: :: {dateTime.timestamp -> v:math.sum(b: 3600) -> v:format.prepend(add: '@') -> v:format.date(format: 'Y-m-d H:i')} .. _fluidtypo3-vhs-format-prepend_arguments: Arguments ========= .. _format.prepend_subject: subject ------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` String to prepend other string to .. _format.prepend_add: add --- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` String to prepend