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

snowflake.snowpark.functions.insert

snowflake.snowpark.functions.insert(base_expr: ColumnOrName, position: Column | int, length: Column | int, insert_expr: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L1300-L1310)

Replaces a substring of the specified length, starting at the specified position, with a new string or binary value.