FunctionsString
regexp_replace
Replaces regex matches with a replacement string. Uses the g flag for global replacement, otherwise replaces the first match.
regexp_replace(…) → DynamicKind · scalar
Replaces regex matches with a replacement string. Uses the g flag for global replacement, otherwise replaces the first match.
Part of the String family.