Both MySQL as well as Postgres allow for optional arguments in `REGEXP_REPLACE`. - https://dev.mysql.com/doc/refman/8.0/en/regexp.html#function_regexp-replace - https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP
Both MySQL as well as Postgres allow for optional arguments in
REGEXP_REPLACE.