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.

reverse

Summary

Returns a reversed version of the input string.

Usage

input|reverse()

Returns

A reversed version of the input string.

Description

This operator returns a reversed version of an input string.

Examples

Example

{"Hello World"|reverse}

The following output will be produced: "dlroW olleH".

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

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


Comments

There are no comments.