MCPcopy Create free account
hub / github.com/Techtonica/curriculum / string_manipulation.py

File string_manipulation.py

code-challenges/Week_2/string_manipulation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

findTargetIndexFunction · 0.85

Tested by

no test coverage detected