DB
FunctionsString

regexp_replace

Replaces regex matches with a replacement string. Uses the g flag for global replacement, otherwise replaces the first match.

regexp_replace(…) → Dynamic

Kind · 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.