| 1 | # You are given two strings: |
| 2 | |
| 3 | # inputStr: A string containing only lowercase letters (length 1 <= inputStr.length <= 1000) |
| 4 | # targetStr: A substring to search for (length 1 <= targetStr.length <= 100) |
nothing calls this directly
no test coverage detected