Jump to content

Strip a set of characters from a string: Difference between revisions

promoted to task
(promoted to task)
Line 1:
{{draft task}}
The task is to create a function that strips a set of characters from a string. The function should take two arguments: the first argument being a string to stripped and the second, a string containing the set of characters to be stripped. The returned string should contain the first string, stripped of any characters in the second argument:
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.