input|append( value1 [, value2 [, ... ] ] )
Name | Type | Description | Required |
---|---|---|---|
value1 | mixed | Text to be appended. | Yes. |
value2 | mixed | More text that should be appended. | No. |
This operator appends the parameter value(s) at the end of the input string and returns the resulting string.
{'The '|append( 'Last ', 'Crusade ' )}
The following output will be produced: "The Last Crusade".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.