about | help | code help+videos | done | prefs |
Write a method that returns the string 'str' but with all occurrences of 'ltr' removed. test2020_10_15_P1SLHL_remove("first firm fixed", "i") → "frst frm fxed" test2020_10_15_P1SLHL_remove("abcdefg", "r") → "abcdefg" test2020_10_15_P1SLHL_remove("xyz", "y") → "xz" ...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: 290
Copyright Nick Parlante 2017 - privacy