Smarty:count_sentences

2018-10-12 15:11 更新

count_sentences

計(jì)算變量內(nèi)容有多少個(gè)句子。 每個(gè)句子必須以點(diǎn)號、問號或者感嘆號結(jié)尾。(.?!)

Example 5.6. count_sentences

<?php

$smarty->assign('articleTitle',
                 'Two Soviet Ships Collide - One Dies.
                 Enraged Cow Injures Farmer with Axe.'
                 );

?>

模板是:

{$articleTitle}
{$articleTitle|count_sentences}

輸出:

Two Soviet Ships Collide - One Dies. Enraged Cow Injures Farmer with Axe.
2

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號