modifier.spacify.php
Plugin from smarty project and adapted for jtpl
Tags
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