modifier.count_characters.php
Plugin from smarty project and adapted for jtpl
Tags
Table of Contents
- jtpl_modifier_common_count_characters() : int
- Modifier plugin : count the number of characters in a text
Functions
jtpl_modifier_common_count_characters()
Modifier plugin : count the number of characters in a text
jtpl_modifier_common_count_characters(string $string[, bool $include_spaces = false ]) : int
{$mytext|count_characters} {$mytext|count_characters:true}
Parameters
- $string : string
- $include_spaces : bool = false
-
include whitespace in the character count