replaceAllInList

fun replaceAllInList(oldList: MutableList<String>, replaceWhat: String, replaceTo: String?): MutableList<String>