count_sentences[计算句数]
count_sentences[计算句数]
test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', '两艘苏联船相撞 - 其中一艘死亡。愤怒的牛用斧头伤害农夫。');
$smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|count_sentences}
输出:
两艘苏联船只相撞 - 其中一艘死亡。愤怒的牛用斧头伤害农民。
2