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
- Text — enter the value (e.g. hello hello world).
- Word to Count — enter the value (e.g. hello).
- Case sensitive — enter the value.
- 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.