Describe the bug
If you want to find Hello you have to type it hello, because otherwise the word will not be count.
To Reproduce
Having this sample text:
The Word Frequency Finder Tool helps users analyze their text by calculating the frequency of specific words. You can input any text and specify the words to check their occurrences. It is an essential tool for content analysis, helping to ensure the right emphasis is placed on important words.
Describe the bug If you want to find
Hello
you have to type ithello
, because otherwise the word will not be count.To Reproduce Having this sample text:
Input: "Frequency" | Result: 0 Input: "frequency" | Result: 2
Expected behavior Both cases should output the same result: 2
Screenshots N/A
Desktop (please complete the following information):
Additional context N/A