What function could you use to replace slashes for dashes in a list of dates?
List<String> dates = new ArrayList<String>();
// missing code
dates.replaceAll(replaceSlashes);
What function could you use to replace slashes for dashes in a list of dates?
List<String> dates = new ArrayList<String>();
// missing code
dates.replaceAll(replaceSlashes);