about | help | code help+videos | done | prefs |
Given two strings, return true if either of the String parameters is a substring of the other, IGNORING upper/lower case differences (the method should be CASE INSENSITIVE). Your code should consider both partial and full/complete matches. Your code must also use indexOf(). substringOther("000hat", "hat") → true substringOther("foot", "FOOT000") → true substringOther("hand", "footHaNdarm") → true ...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: 1
Copyright Nick Parlante 2017 - privacy