0
Handelding a String
Write a method which will remove any given character from a String
6 Answers
+ 3
Okay, and now add your code!
Hint:
* use the replace method of strings
+ 4
âPlease tag the relevant programming language.â
What exactly do you mean by "any given character"? Do you want to remove every character so only an empty string is left? Or do you want to remove a character that is specified as argument of the method?
âPlease link your code!â
+ 3
Please have a look at my initial comment and provide the necessary information!
+ 1
Javascript
+ 1
Thanks Lisa for the aid
0
I Want to remove any character I have problem in code