Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
regexp_replace function replaces substrings matched to a given regular expressions. Like other functions, we will follow PostgreSQL for non-standard functions as following:
regexp_replace(string text, pattern text, replacement text)