count_sentences
This is used to count the number of sentences in a variable.
count_sentences
assign('articleTitle',
'Two Soviet Ships Collide - One Dies.
Enraged Cow Injures Farmer with Axe.'
);
?>
]]>
Where template is:
This will output:
See also count_characters,
count_paragraphs and
count_words.