input|prepend( sequence )
Name | Type | Description | Required |
---|---|---|---|
sequence | string | The string that should be prepended. | Yes. |
This operator puts the "sequence" parameter at the start of the input string and returns the resulting string.
{'Weaver'|prepend( 'Sigourney ')}
The following string will be produced: "Sigourney Weaver".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.