string.replace()
Replace a specified number of occurrences of a substring in a String.
Signature
replace(pattern: String, replacement: String) => String
replace(pattern: String, replacement: String, amount: Number) => String
string.replace()
Replace a specified number of occurrences of a substring in a String.
replace(pattern: String, replacement: String) => String
replace(pattern: String, replacement: String, amount: Number) => String