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.34.0/src/snowflake/snowpark/functions.py#L3589-L3626)¶
Removes all occurrences of a specified subject and optionally replaces them with replacement.
Example: