This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

downcase

Summary

Returns a lowercased version of the input string.

Usage

input|downcase()

Returns

A lowercase version of the input string.

Description

This operator returns a lowercased version of the input string.

Examples

Example 1

{"My StriNG Is CoOl!"|downcase()}

The following output will be produced: "my string is cool!".

Balazs Halasy (05/02/2004 11:54 am)

Balazs Halasy (04/05/2005 4:39 pm)


Comments

There are no comments.