FunctionsStringreplaceReplaces every occurrence of a search substring with a replacement substring. replace(…) → String Kind · scalar Replaces every occurrence of a search substring with a replacement substring. Part of the String family.repeatRepeats each string value N times. Non-positive counts return an empty string.replace_allReplaces every occurrence of a search substring with a replacement substring.