input|compare( compare_with )
This operator compares the contents of two strings and returns TRUE if they're identical, FALSE if they differ.
{'Hello world'|compare( 'Hello world' )}
Returns TRUE.
{'Hello world'|compare( 'Goodbye world' )}
Returns FALSE.
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.