Implement strStr (Find Substring)Find the first occurrence of a substring in a string, similar to strstr() function.