FunctionsStringreplace_regexp_allReplaces all regex matches with a replacement string. replace_regexp_all(…) → String Kind · scalar Replaces all regex matches with a replacement string. Part of the String family.replace_regexpReplaces regex matches with a replacement string. This variant defaults to global replacement.replace_regexp_oneReplaces only the first regex match with a replacement string.