snowflake.snowpark.functions.insert¶
- snowflake.snowpark.functions.insert(base_expr: Union[Column, str], position: Union[Column, int], length: Union[Column, int], insert_expr: Union[Column, str]) Column[source]¶
Replaces a substring of the specified length, starting at the specified position, with a new string or binary value.
Examples: