Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAA practice of using contains function.
At the beginning, I was attempting to use regex, but did not work for exact words lookup. If not using append, the contains function will only return the first match word.
Time to work on these challenges!
It's sometimes more interesting to see what others do. Straight forward to me.
Here is my solution