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.16.0/src/snowflake/snowpark/functions.py#L2311-L2337)¶
Removes leading and trailing characters from a string. Per default only whitespace ‘ ‘ characters are removed.
Example:
Example:
Example: