Given the lipsum text create an array of all the sentences. Then with that data create a function that takes in a string and each sentence that contains that string. Partial word matches such as "sum" in the word "lipsum" still counts. Matching should also be case insensitive.
Comments: