about | help | code help+videos | done | prefs |
Given two strings, return true if one of the strings contains the other. This should be case-insensitive. contains("cat", "CATTLE") → true contains("two DOGs", "dog") → true contains("one fish", "two fish") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 150
Copyright Nick Parlante 2017 - privacy