ibexa

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

rot13

Summary

Returns a ROT13 transformation of the input string.

Usage

input|rot13()

Returns

A rotated version of the input string.

Description

Returns a ROT13 transformation of the input string.

Examples

Example 1

{'Hello World'|rot13()}

The following output will be produced: "Uryyb Jbeyq".

Example 2

{'Uryyb Jbeyq'|rot13()}

The following output will be produced: "Hello world".

Balazs Halasy (05/02/2004 10:59 am)

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


Comments

There are no comments.