Skip to content Skip to footer navigation
You are reading the docs for an old version of Statamic. Consider upgrading to Statamic 6.

Word Count Modifier

Returns the number of words in a given string.

string: There are probably seven words in this sentence.
{{ string | word_count }}
{{ Statamic::modify($string)->wordCount() }}
8