Snowflake's default REGEXP_REPLACE is to replace all occurence of the pattern, when converting to DuckDB we need to assert the 'g' optional param to retain this behavior ...