REGEXP_REPLACE
Description
These function searches a string for a regular expression pattern and replaces every occurrence of the pattern with the specified string. (SQL Language References REGEXP_REPLACE function).
Grammar Syntax
This function is partially supported by Snowflake.
Sample Source Patterns
Input Code:
Output Code:
Know Issues
This function includes a
parameters
argument that enables the user to interpret the pattern using the Perl Compatible Regular Expression (PCRE) dialect, represented by thep
value, this is removed to avoid any issues when fixing the code.
Related EWIs
SSC-EWI-0009: Regexp_Substr Function only supports POSIX regular expressions.
SSC-FDM-0032: Parameter is not a literal value, transformation could not be fully applied
SSC-FDM- PG0011: The use of the COLLATE column constraint has been disabled for this pattern-matching condition.
Last updated