Problem of the Day
A new programming or logic puzzle every Mon-Fri

Sentence Finder

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.

Permalink: http://problemotd.com/problem/sentence-finder/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein