Is there a replace method that takes an array as a...
# getting-started
a
Is there a replace method that takes an array as an argument for search values? Something like
string.replace(arrayOf(“a”, “b”, “c"), “replacement string”)
?