Check if a String is a Substring of Another String

Write a program to check if one string is a substring of another.

Scroll to Top