repeat

Summary

Returns a repeated version of the input string.

Usage

input|repeat( count )

Parameters

NameTypeDescriptionRequired
count integer The number of repeats. Yes.

Returns

A repeated version of the input string.

Description

This operator returns a repeated version of the input string. The "count" parameter must be used to define the desired number of repetitions.

Examples

Example 1

{'*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.