about | help | code help+videos | done | prefs |
Returns true if for every '*' (star) in the string, if there are chars both immediately before and after the star, they are the same. sameStarChar("xy*yzz") → true sameStarChar("xy*zzz") → false sameStarChar("*xa*az") → 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: 248.0 Post-solution available
Copyright Nick Parlante 2017 - privacy