WordCount.h header

#include <ew/core/WordCount.h>

Namespace ew::core

Functions

int ew::core::countWords(const QString &text)

The number of words in text: the count of maximal runs of non-whitespace characters. Shared by the outline word column, writing goals, and analytics.