| about | help | code help+videos | done | prefs |
Replace each occurrence of any character found in the parameter occur with an "*" inside the String str. repl("Hello World", "aeiou") → "H*ll* W*rld" repl("Hello World", "AEIOU") → "Hello World" repl("xxyxxxyyxxxx", "x") → "**y***yy****" ...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: 200
Copyright Nick Parlante 2017 - privacy