chr

Summary

Generates a string based on the input array of ASCII/UNICODE values.

Usage

input|chr()

Returns

A string containing the requested characters.

Description

This operator creates and returns a string. The contents of the returned string is determined by the input parameter which must be an array of ASCII/UNICODE values (as integers).

Examples

Example 1

{array( 97, 98, 99 )|chr()}

The following output will be produced: "abc".

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