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