ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

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 10:54 am)

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


Comments

There are no comments.