Open norton120 opened 4 years ago
Not entirely sure if this is still a concern. There are no regexp_substr
occurrences in the codebase, even though Snowflake has an Oracle-like regexp_substr
.
Postgres does indeed have a regexp_replace
function, as correctly used in /macros/regexp.sql
.
https://www.postgresql.org/docs/9.4/functions-string.html
valid in snowflake, seems like it needs to be “regexp_replace” in postgres