Jelix 1.6.40

modifier.spacify.php

Plugin from smarty project and adapted for jtpl

Tags
subpackage

jtpl_plugin

copyright

2001-2003 ispi of Lincoln, Inc.

link
http://smarty.php.net/
link
http://jelix.org/
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

jtpl_modifier_common_spacify()  : string
modifier plugin : add spaces between characters in a string

Functions

jtpl_modifier_common_spacify()

modifier plugin : add spaces between characters in a string

jtpl_modifier_common_spacify(string $string[, string $spacify_char = ' ' ]) : string
{$mytext|spacify}
{$mytext|spacify:$characters_to_insert}
Parameters
$string : string

the string to spacify

$spacify_char : string = ' '

spaces to add

Return values
string

Search results