Monday, 28 April 2014

string separator

Given a string that is a list of things separated by a given string, as well as another string separator,...



Given a string that is a list of things separated by a given string, as well as another string separator, return a string with the first separator changed to the second: "a,b,c" + "," + "/" → "a/b/c".

No comments:

Post a Comment