snowflake.snowpark.functions.trim¶
- snowflake.snowpark.functions.trim(e: Union[Column, str], trim_string: Optional[Union[Column, str]] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/functions.py#L2349-L2375)¶
Removes leading and trailing characters from a string. Per default only whitespace ‘ ‘ characters are removed.
Example:
Example:
Example: