myReplace
Replace a string or substring for another one, you can use a string or a Regex.
- str: String affected
- charToReplace: String/Substring that's gonna be replaced
- charReplaced: The new value of the replaced string
- String: The string replaced
myReplace("I want to buy some links!", "buy", "earn")
// I want to earn some links!
- Replace text in Google Sheets with Unlimited Sheets
Last modified 7mo ago