WC Word Counter

Easily count the number of all lines contained in a text

What does the Word Counter app do?

Simple. It counts the number of words in a text. As with any similar tools the results may slightly vary as there is not clear definition of what a word is.

How do I use it?

Write or paste your text in the text box above and click the button. You will see the result under the button

Does this work for non-latin words?

Yes it does. It groups the words by characters and not by bytes. A non-latin character can have one or more bytes of information.

What algorithm does this app use?

It uses the native str_to_word() PHP function. It works pretty well in most cases.