You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.replace¶

snowflake.snowpark.functions.replace(subject: ColumnOrName, pattern: ColumnOrLiteralStr, replacement: ColumnOrLiteralStr = '') → Column[source]¶

Removes all occurrences of a specified subject and optionally replaces them with replacement.