1001Ferramentas
๐Ÿ” Text

Occurrence Counter

Count how many times a word or phrase appears in a text. With optional case-insensitive search.

โ€”

How does the counting work?

The tool splits the text by the searched word or phrase using split() and counts the resulting parts minus one. With "ignore case" enabled, both are converted to lowercase before comparison.

The count happens entirely in your browser.

Related Tools