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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.