String matching is a brute force algorithm that searches for a certain key string inside of another string. The string will be traversed through iteratively.
Algorithm code by: Michael Lejardi

Enter first the key string that you want to search for, followed by the string that you want to look for the key in.





Once finished inputting strings, click the "Start" button