snowflake.snowpark.functions.replace¶
- snowflake.snowpark.functions.replace(subject: Union[Column, str], pattern: Union[Column, str], replacement: Union[Column, str] = '') Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/functions.py#L2760-L2785)¶
Removes all occurrences of a specified subject and optionally replaces them with replacement.
Example: