We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Used to count the number of characters in a variable.
Template:
{$articleTitle = 'Cold Wave Linked to Temperatures.'} {$articleTitle} {$articleTitle|count_characters} {$articleTitle|count_characters:true}
output:
Cold Wave Linked to Temperatures. 29 33
see also count_characters in PHP Smarty documentation.