S = "hello world"
T = "world"
Found at index 6
S = "programming"
T = "gram"
Found at index 3
S = "helloworld"
T = "hi"
Not Found
Last updated 1 year ago