We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Used to count the number of words in a variable.
Template:
{$articleTitle = 'Dealers Will Hear Car Talk at Noon.'} {$articleTitle} {$articleTitle|count_words}
output:
Dealers Will Hear Car Talk at Noon. 7
see also count_words in PHP Smarty documentation.