append

Summary

Appends element(s) to a string.

Usage

$input_string|append( value1 [, value2 [, ... ] ] )

Parameters

NameTypeDescriptionRequired
value1 mixed Stuff that will be appende to input. yes
value2 mixed Stuff that will be appended to input. no
...

Returns

String with parameters appended to input string.

Description

Puts the parameter value(s) to the end of the input array/string. This is exactly the same append operator that is listed in the arrays category.

Examples

{"Testing "|append( "1 ", "2 ", "3" )}

returns the string "Testing 1 2 3".

Comments

Contents

Reference

Database diagram
Template operators
    PDF
    Arrays
    Data extraction
    Formatting
    Images
    Logic
    Mathematics
    Miscellaneous
    Strings
       mimetype_icon
       append
       begins_with
       break
       ord
       compare
       concat
       contains
       count_chars
       count_words
       crc32
       downcase
       ends_with
       explode
       extract
       extract left
       extract_right
       indent
       insert
       md5
       nl2br
       chr
       pad
       prepend
       remove
       repeat
       reverse
       rot13
       shorten
       simplify
       trim
       upcase
       upfirst
       upword
       wash
       wordtoimage
       wrap
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

05/02/2004
11:51:39 am
by Balazs Halasy

Last updated

10/02/2004
9:53:56 am
by Balazs Halasy

Authors

Balazs Halasy



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.