Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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* ".

Balazs Halasy (05/02/2004 10:59 am)

Balazs Halasy (04/05/2005 2:45 pm)


Comments

There are no comments.