Count Word Occurrences

Count occurrences.

Count how many times word appears instantly.

Calculator Inputs

About Count Occurrences

Count occurrences.

Whole-word match.

Where it is used

SEO keyword density, checking repetition.

How to use the Count Occurrences

  1. Text — enter the value (e.g. hello hello world).
  2. Word to Count — enter the value (e.g. hello).
  3. Case sensitive — enter the value.
  4. Calculate — press the Calculate button to see the result instantly above.

Formula

Regex \bword\b count.

Examples

Example

inputText:hello hello
word:hello
caseSensitive:false
Result: 2

Frequently Asked Questions

Partial?
No, whole word only.