input|repeat( count )
Name | Type | Description | Required |
---|---|---|---|
count | integer | The number of repeats. | Yes. |
This operator returns a repeated version of the input string. The "count" parameter must be used to define the desired number of repetitions.
{'*DJ Cat Show*'|repeat( 2 )}
The following string will be produced: "*DJ Cat Show* *DJ Cat Show* ".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.