You will be provided a persons name and a long string of letters. You must find the provided name in the long string and return the starting position of the name. The letters of the name can be spaced out with a random character in between.
Possible combinations for a 3 letter name(X represents a random character):
joe
jXoe
joXe
jXoXe
Sample Input Argument 1 (the name)
bobby
Sample Input Argument 2 (the string of data)
akubwobbzywdawda
Sample Output
3
Guidelines
Argument 1 bArgument 2 bExpected Output 0
Argument 1 ALEXANDERArgument 2 sAalexanderAtLEzXsAzNuDEtRExpected Output 11
Argument 1 bObArgument 2 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdObghijklmnopqrstuvwxyzbobobobobobobobobobobobobobaOZbExpected Output 78