...

/

Challenge: Check Substring

Challenge: Check Substring

In this exercise, you will be required to check if a specific string exists in a given string.

Problem Statement #

In this challenge, you have to write code that checks if a string contains a specific string. Your code ...