count_chars

Summary

Returns the length of the input string.

Usage

input|count_chars()

Returns

An integer revealing the string length.

Description

This operator counts and returns the number of characters (all of them, whitespaces included) that make up the input string.

Examples

Example 1

{'Testing 1 2 3'|count_chars()}

The following output will be returned: "13".

Example 2

{'Testing'|count_chars()}

The following output will be returned: "7".

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