Case-Insensitive Search
Create a function that takes two parameter.
first param is string with all lowercase
second param is search string with all uppercase
Using this two parameters found second param string from first string using case sensitive.