| 1 | """ |
| 2 | https://en.wikipedia.org/wiki/String-searching_algorithm#Na%C3%AFve_string_search |
| 3 | this algorithm tries to find the pattern from every position of |
| 4 | the mainString if pattern is found from position i it add it to |
nothing calls this directly
no test coverage detected