about | help | code help+videos | done | prefs |
You have a restricted set of string commands for this problem. The only string commands you are allowed to use are: .charAt .substring .length and .equals. No other string commands may be used. This method removes every occurance of the string "rune" from the input parameter string. NOTE: This method IS case sensitive, so don't remove "Rune" or "RUNE" or "RuNe", etc. runeRemoveAdvanced1("Testing") → "Testing" runeRemoveAdvanced1("prune") → "p" runeRemoveAdvanced1("rune") → "" ...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: 240
Copyright Nick Parlante 2017 - privacy